Thread
:
conditional format -- if not a date, then highlight cell
View Single Post
#
1
Posted to microsoft.public.excel.programming
laavista
external usenet poster
Posts: 50
conditional format -- if not a date, then highlight cell
How do I enter a conditional format to highlight the cell if it's not a valid
date?
I tried "formula is":
=if(not isdate(C10))
<if(isdate(C10))
Your help would be greatly appreciated!!
Reply With Quote
laavista
View Public Profile
Find all posts by laavista