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.
=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.