How to find the cell position in excel

In attached Sheet “CIDF”, i want to find the cell position (Highlighted in yellow color) in excel. here i am reading Column E through “For Each Row” (row(4).ToString). so i want to find the position of column E one by one. please help me out. Thanks in advance.

like E2 and E3 like wise?

@Pradeep_Shiv : Yes!!!

i’m attaching you the sample workflow you can go through!
cheers @baalajee_kSequence1.xaml (11.3 KB)

@Pradeep_Shiv: Will check it and let u know. Thx :slight_smile:

1 Like

Hi @baalajee_k

Use dt.rows.indexof(row)+2

Thanks
Ashwin S

instead of “-MD” you can pass your row(4).ToString

@Pradeep_Shiv: I checked but its giving cell value horizontal like A2, B2,C2,D2… so…on…
but i want like
E2, E3, E4, E5, E6

well you can do one thing!
get that particular column values and store it in a list!
and loop through that list and pass that column value one by one you’ll get the expected output!
cheers
@baalajee_k

@Pradeep_Shiv : I am new to excel activity work, can you guide me how to get particular column values and store it in a list and loop through that list and pass that column value one by one…

can you share me your excel i can do it for you!
cheers
@baalajee_k

Book1.xlsx (10.8 KB)

@Pradeep_Shiv : Please find the attachemnt

@Pradeep_Shiv: Can you tell the procedure or provide workflow on tomorrow ?