Hi,
I have data exported which is not Excel friendly. I am trying to Populate a column (P) with the values from Column O. Unfortunately column O is full of blanks cells and the spaces between values ranges anywher between 3 and 15 blank cells.
I am looking for a formula that would do this: return first value from O:O with greater row number than current cell.
This is my last atempt - =IF(B8="","",INDEX(LuNam,MATCH(CELL("address"),LuNam,-1)))
LuNam=O:O
Please Help
I have data exported which is not Excel friendly. I am trying to Populate a column (P) with the values from Column O. Unfortunately column O is full of blanks cells and the spaces between values ranges anywher between 3 and 15 blank cells.
I am looking for a formula that would do this: return first value from O:O with greater row number than current cell.
This is my last atempt - =IF(B8="","",INDEX(LuNam,MATCH(CELL("address"),LuNam,-1)))
LuNam=O:O
Please Help