Hi! Good Afternoon Everyone

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.

image

The final output should be like this in Result Column:
Zainul1
2Abdul
MohdZainul
7
77

Thanks,
Mohd

@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!

Thanks a lot bro

Thanks.

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