View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default last value "greater than zero" in a range

=LOOKUP(2,1/(F70:AB700),F70:AB70)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"TSW632" wrote in message
...
Hi folks,

I have formulae in every other cell from F70:AB70. I'm looking for a
way to return the last value greater than zero contained in that
range. Can I do this without editing VBA?

Thanks for any assistance.

Troy