Pavertheway
New Member
- Joined
- Nov 5, 2018
- Messages
- 47
Hi,
I have a spreadsheet where I need to locate the bottom-most cell that's value is NOT 0 - however there is a possibility that the value we are looking for is numerically below 0.
I found;
LOOKUP(9.999999999999E+307,IF(Q1:Q300>0,Q1:Q300))
Which locates the bottom most cell with a value that is greater than 0, but does not count a negative value as it is below 0.
Is there a way to do what I need?
Thank you in advance.
I have a spreadsheet where I need to locate the bottom-most cell that's value is NOT 0 - however there is a possibility that the value we are looking for is numerically below 0.
I found;
LOOKUP(9.999999999999E+307,IF(Q1:Q300>0,Q1:Q300))
Which locates the bottom most cell with a value that is greater than 0, but does not count a negative value as it is below 0.
Is there a way to do what I need?
Thank you in advance.