View Single Post
 
Old 04-12-2016, 01:10 PM
TomSv TomSv is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Apr 2016
Posts: 2
TomSv is on a distinguished road
Default

Quote:
Originally Posted by xor View Post
I would use:

=MIN(IF(($A$2:$A$113>TODAY()-90)*($E$2:$E$113<>""),$E$2:$E$113))

It's an array formula so remember to hold down Ctrl and Shift before pressing Enter.
Perfect, thank you. I'm still not sure why it quits ignoring blanks when it's in an array, but that works.
Reply With Quote