Adding Text if a date is greater than a date in another cell

ArcticAce

New Member
Joined
Feb 23, 2018
Messages
32
I have the following formula in a cell:

=MIN(IF(Table1[@[6 Month Review Due]:[22 Month Final Review Due]]>TODAY(),Table1[@[6 Month Review Due]:[22 Month Final Review Due]]))

I would like to have "Recommendation Needed" to show in the cell if the date in 22 Month Final Review Due cell has passed. The cell right now is showing 1/0/1900.

I don't know to know how to do the formula to return the data.

Thank you in advance.
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college

=IF(Table1[@[22 Month Final Review Due]] < TODAY(),"Recommendation Needed","")
 
Last edited by a moderator:
Upvote 0
I have edited becci.gott formula so it is now complete
 
Upvote 0
Maybe I can explain if differently. I have a range of cells with dates in them A2 thru A17, and I want to find the minimum date after today in the cell range. If all of the dates in the cell range are earlier than today, I want to add Recommendation Needed. Becci.Gott gave me an answer, but I don't see the min in the formula. I am fairly new to excel.
 
Upvote 0
Fluff, I think I am not explaining it correctly, because I still need the min date, in the cells, so let me try it again. Cells L-O are table columns labeled 6 month, 12 month, 18 month, and 22 month. k cell which is labeled Review due, to either find the next date after today, or return the "recommendation needed, if all dates have passed in the cell array. What you gave me works, but I need the date, if it hasn't passed, or the "Recommendation Needed", if it has passed. Thank you in advance.
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,173
Members
451,543
Latest member
cesymcox

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