Hello All,
How Do I get a cell value from the adjacent cell.
Eg. If my B4 contains " Product Name " I need to get cell number C4 or value of C4
Thanking you
Hello All,
How Do I get a cell value from the adjacent cell.
Eg. If my B4 contains " Product Name " I need to get cell number C4 or value of C4
Thanking you
hi @Yugal_Raju
one way to do this would be to loop through the Data table using a for each row method.
hope this helps you