Said there is a set of data of 1 column and 60 rows.
The "if" function is connected in such manner.
=if(A60>0,A60,if(A59>0,A59,if(A58>0,A58 and so on.
The problem is "if" can't fulfill all the condition.
If I use the lookup, there is not exactly number to look for
because the 60 rows of number is not in range number.
How can the problem to solve?
The "if" function is connected in such manner.
=if(A60>0,A60,if(A59>0,A59,if(A58>0,A58 and so on.
The problem is "if" can't fulfill all the condition.
If I use the lookup, there is not exactly number to look for
because the 60 rows of number is not in range number.
How can the problem to solve?