Brute force, but this works:
=IF(E1<>"",E1,IF(D1<>"",D1,IF(C1<>"",C1,IF(B1<>"",B1,IF(A1<>"",A1,"")))))
Obviously use absolute references as appropriate if you plan to copy this to other cells.
Hi,
I frequently wind up writing the same formula at least twice in the same cell and would love to stop doing it.
Example: =If([some long formula]>0,[the same long formula],[the same long formula -1]).
It would be handy if we could do something like:
=If([a = some long...