The excel formula:
LOOKUP(2,1/(G698:AW698<>0),G3:AW3)
works perfectly in finding the last cell in a row that is not 0 and returning it's header value.
How do I apply the same theory to find the 2nd from last, and then 3rd from last value for non-zero cells?