79375811

Date: 2025-01-21 20:12:39
Score: 0.5
Natty:
Report link

If you are only interested numbers and wishing to ignore text values, I think this is your shortest formula to return the last non-zero value.

=INDEX(LOOKUP(2, 1/A:A, A:A))

If you have non-negative values, then it can be even shorter.

=LOOKUP(99^9,A:A)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: bricks96