Asaflahav1
New Member
- Joined
- Sep 16, 2011
- Messages
- 2
Hi guys,
I was looking for a solution for this for a long time now, and didn't noticed it in the forums, maybe you can be an assistance:
what I'm trying to do is to lookup a certin column last value that is larger than 0. for example, if I'm trying to search this column:
A1 4
A2 5
A3 0
A4 2
A5 0
I would like to receive the value "2".
Now, I've tried to think of a combination of an "LOOKUP(9.99999e+10,307)" function with an "IF(">0") array function, but couldn't come up with anything.
Now, I prefer not using VBA on this one, and I can't just replace the zeros in the columns with "".
Any suggestions?
I was looking for a solution for this for a long time now, and didn't noticed it in the forums, maybe you can be an assistance:
what I'm trying to do is to lookup a certin column last value that is larger than 0. for example, if I'm trying to search this column:
A1 4
A2 5
A3 0
A4 2
A5 0
I would like to receive the value "2".
Now, I've tried to think of a combination of an "LOOKUP(9.99999e+10,307)" function with an "IF(">0") array function, but couldn't come up with anything.
Now, I prefer not using VBA on this one, and I can't just replace the zeros in the columns with "".
Any suggestions?