How to Increment Cell reference variable

Hello,

I have used Lookup Range to get the cell reference by Value and getting the desire output, but now want to Increment that. I mean If I get H3 then need to increment that As K3.
The Purpose is I want update the status against the value which is in H Column and that might be in any row number, So by finding that value in H column update the remark in K column in same Row.

Hi @nilesh.mahajan

Look at this

Elae use this xaml

https://forum.uipath.com/uploads/short-url/b6Y6CQTt9aRJmCa6DpQrUu9kSvJ.xaml

Just add 1 and you will get next column

Cheers

Hello @nilesh.mahajan
Please check the below.

You can use lookup datatable activity.

Thanks