Hi,
I have a column with values
Input
0
1
2
3
4
I need to add one more column to same excel by adding 1 to the first column
output
1
2
3
4
Hi,
I have a column with values
Input
0
1
2
3
4
I need to add one more column to same excel by adding 1 to the first column
output
1
2
3
4
In the excel application scope, use read range and store the data in data table @Karthik_Kulkarni
then, use for each row and loop through each row
Hi
here you go with the sample xaml
hope its resolved
datacolumn.zip (15.8 KB)
Cheers @Karthik_Kulkarni
Hi @Palaniyappan,
Actually in sheet my input is like below
0
so at the place 5 it is coming again as 0 could you please tell me y?