Excel "IF" function w/ date in test cell
Solved/Closed
Related:
- If cell contains date then return value
- Excel if cell contains date then return value - Best answers
- If cell contains date then return value in another cell - Best answers
- If cell = date return yes or no. ✓ - Office Software Forum
- Excel: If Date =, then enter a value ✓ - Excel Forum
- Excel formula to check if cell contains a date - Excel Forum
- If a cell has text then return value ✓ - Excel Forum
- If cell A1 has text then cell B2 has today's Date ✓ - Excel Forum
1 response
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
Updated on Nov 29, 2018 at 05:16 PM
Updated on Nov 29, 2018 at 05:16 PM
You should write something like this :
=IF(E22=DATE(2009,11,2),"done",D22-H22)
Feb 24, 2013 at 08:18 PM
thanks
Mar 17, 2017 at 01:20 PM
Updated on Nov 24, 2017 at 04:39 AM
Updated on Dec 27, 2017 at 02:13 AM
Apr 29, 2018 at 08:16 AM