I am trying to get the output in my excel sheet. The bot should write result in third column. Please with the attached screenshot below for your reference.
The final output should be like this in Result Column:
Zainul1
2Abdul
MohdZainul
7
77
Thanks,
Mohd
Srini84
(Srinivas Kadamati)
February 13, 2021, 10:57am
2
@mohammed_zain
Check as below
testDT.rows(index).Item("Result) = cint(row(“Col1”).ToString) + cint(row(“Col2”).ToString)
Else
testDT.rows(index).Item("Result) = row(“Col1”).ToString + row(“Col2”).ToString
Place a write range outside the foreach and it will get as you expected
Hope this helps you
Thanks
Actually all the addition should be written one by one row.
Thanks,
Mohd
Values should be added write in result column. Like below
7
77
Thanks.
Hi @mohammed_zain
Please check out with this Xaml
Main.xaml (21.5 KB)
Mark it as solution
Thanks
Happy Automation!
system
(system)
Closed
February 16, 2021, 12:06pm
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.