G
Guest
Is there a way to select the next to last non-empty cell in a row?
Thank you.
Thank you.
Domenic said:Does the data contain formula blanks ("") ? If so, try the following
formula instead...
=INDEX(A2:A100,LARGE(IF(A2:A100<>"",ROW(A2:A100)-ROW(A2)+1),2))
Note that the formula needs to be confirmed with CONTROL+SHIFT+ENTER,
not just ENTER.
Hope this helps!