View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rick Rothstein \(MVP - VB\)[_452_] Rick Rothstein \(MVP - VB\)[_452_] is offline
external usenet poster
 
Posts: 1
Default last value "greater than zero" in a range

There is probably a simpler formula, but until someone posts it...

=INDEX(70:70,,SUMPRODUCT(MAX(COLUMN(F70:AB70)*(F70 :AB70<0)*(F70:AB70<""))))

Rick


"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