ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Conditonal Formatting (https://www.excelbanter.com/excel-worksheet-functions/186463-conditonal-formatting.html)

TSK

Conditonal Formatting
 
Can someone advise me how to change the cell color when date is input

I had the following advise formula for text and number but it does not work
with date format

Format == Conditional Formatting
Formula is: =istext(A1)

Pete_UK

Conditonal Formatting
 
You can't check specifically for dates, as these are just numbers to
Excel. So, you could have:

Formula Is: =ISNUMBER(A1)

or:

Formula Is: =A1<""

which will check for non-blanks, but then if the cell is blank it
doesn't matter what the format is !!

Hope this helps.

Pete

On May 7, 9:38*am, TSK wrote:
Can someone advise me how to change the cell color when date is input

I had the following advise formula for text and number but it does not work
with date format

Format == Conditional Formatting
Formula is: =istext(A1)



Max

Conditonal Formatting
 
Think you could try this
Formula is: =LEFT(CELL("format",A1))="D"
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"TSK" wrote:
Can someone advise me how to change the cell color when date is input

I had the following advise formula for text and number but it does not work
with date format

Format == Conditional Formatting
Formula is: =istext(A1)



All times are GMT +1. The time now is 09:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com