Stop MIN(IF error if no date is in date range

ArcticAce

New Member
Joined
Feb 23, 2018
Messages
32
I need help to stop this formula =MIN(IF(K10:N10>TODAY(),K10:N10)) from returning 1/0/1900. I would like the formula to return a blank, or "Recommendation Needed", if all dates are before today.

Thanks in advance for any assistance.
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Hi,

Does wrapping your formula in another IF not solve the issue? E.g. =IF(MIN(IF(K10:N10>TODAY(),K10:N10)), "","Recommendation Needed")
 
Upvote 0
=IF(MIN(IF(K10:N10>TODAY(),K10:N10))=0,"Recommendation Needed",MIN(IF(K10:N10>TODAY(),K10:N10)))

Control +Shift+ Enter
 
Upvote 0
Thanks shuvodey, and MARZIOTULLIO for your assistance. I used MARZIOTULLIO formula, and it worked.
 
Upvote 0

Forum statistics

Threads
1,216,014
Messages
6,128,282
Members
449,436
Latest member
blaineSpartan

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top