Forum Discussion

null null's avatar
null null
Copper Contributor
Oct 05, 2018
Solved

excel formula to find value

I am looking for formula to enter in a cell that will find the first value in any column to the left of a cell. For example, if row 1 has values in column b, column c, and column d,  I would like to ...
  • SergeiBaklan's avatar
    SergeiBaklan
    Oct 05, 2018

    That could be

    =IFNA(OFFSET(A1,0,LOOKUP(2,1/NOT(ISBLANK(A1:E1)),COLUMN(A:E))-1),"")

    and attached

Resources