I am using this formula to get the productID of the current row
=index(B:B,row())
From: Get value of specific column in current row?
It seems working but it looks like the cell does not refresh every time the cell moves from one row to another.
What I want is, for example the current active cell is in row 7. The cell value where that formula is entered will be B7. If I move/click to row 10, cell value should be B10, and so on...
Using that formula alone makes the cell value the same as B1 and does not change.
Is there a way to update that cell value every time active cell changes?
Thanks