Forum Discussion
Conditional formatting Date/Time in same cell
- Jul 28, 2020
Thank you for the quick response. Unfortunately it did not work. Any other thoughts? I attached a new photo of the formula you suggested.
Thanks!
- TheAntonyJul 27, 2020Iron Contributor
Flambert86 , can you share a sample of the workbook without any confidential info?
- Flambert86Jul 27, 2020Copper Contributor
Hi,
I have attached a copy of the summary sheet and 4 of the sheets that the summary draws data from. Thank you very much for your help!
- TheAntonyJul 27, 2020Iron Contributor
Flambert86 , The dates are not Excel dates, but rather text values. So the conditional format was failing. I noticed that the dates in sheets 1, 2, 3, and 4 are text values like this : "7/26/2020, 4:04:19 PM". Removing the comma between the date and time made Excel recognize them as dates. Perform a find and replace for ", " with " " and that should fix the issue. The conditional format will work after that.