How to add excel formula "=A3&" "&A4" using Uipath?

Hi,

We want to merge two cells into single cell. so we used the above formula in studio. Execution was successful but unable to recover the excel after execution.

Kindly suggest a solution to merge two cells or how to implement this formula in excel using uipath

Thanks

how you have implemented this currently?

Hi ,

if merge of 2 cells means value is combined as one and written in new cell ?

MergeCell.xaml (9.1 KB)

You can adapt it to your own project. i hope it helps. @Sakthi_Rubini_S1

Regards,
MY

With the formula “=A3&” “A4”

Yes. concatenating the sentences from two different cells

have you check this formula manually in excel??

@Sakthi_Rubini_S1
Find the workflow:
Main.xaml (12.1 KB)

Data can be read and concatenated and write again altogether .

@Priyanka_Ramesh

Try this :-
Main.xaml (11.3 KB)

yes. it is working manually

thanks its working.

thanks a lot

@Sakthi_Rubini_S1

If you problem is solved , kindly marked it as solution for future refrence.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.