Hi,
I have excel with 2000 rows and 3 columns. I want to split the column 3 cell and paste into column 1 and column 2. I have used datatable but it is taking more time to compute. Is there any formula to use in write cell activity.
output:
A B C
123 India 123_India
456 China 456_China
789 Japan 789_Japan
.
.
.
.
.
. 2000 rows
Regards
Sailaja