Thread
: [Solved]
Exlude Blank Fields using MIN in an ARRAY
View Single Post
04-12-2016, 05:08 AM
xor
Windows 10
Office 2016
Expert
Join Date: Oct 2015
Posts: 1,100
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.
xor
View Public Profile
Find all posts by xor