I have a match function in Col F eg F5 to find the row number
I would like to amend the offset function to automatically include the row number
I tried to amend as follows but cannot get it to work
I have the following formula in F5 which returns the row number on sheet Sales_Rep
It would be appreciated if someone could kindly amend my code
I would like to amend the offset function to automatically include the row number
Code:
=OFFSET(Sales_Rep!E1357,0,COLUMNS(F1357:AQ1357))
I tried to amend as follows but cannot get it to work
Code:
=OFFSET(Sales_Rep!&F5,0,COLUMNS(F&F5:AQ&F5)
I have the following formula in F5 which returns the row number on sheet Sales_Rep
Code:
=MATCH(C5,Sales_Rep!B1:B1387,0)
It would be appreciated if someone could kindly amend my code
Last edited: