tlc53
Active Member
- Joined
- Jul 26, 2018
- Messages
- 399
Hi there,
I have Data Validation set on my date entry cells so only a valid date can be entered. The formula I am using is =AND(ISNUMBER(E158),LEFT(CELL("format",E158),1)="D") and this works fine.
However, when no date has yet been entered, I would like the cell to read "Enter Date". I tried formatting the formula to =AND(ISNUMBER(E158),LEFT(CELL("format",E158),1)="D")&ISTEXT("Enter Date") but this hasn't worked.
Any ideas how I can make the cell accept text string "Enter Date" and also only valid date?
Thank you!
I have Data Validation set on my date entry cells so only a valid date can be entered. The formula I am using is =AND(ISNUMBER(E158),LEFT(CELL("format",E158),1)="D") and this works fine.
However, when no date has yet been entered, I would like the cell to read "Enter Date". I tried formatting the formula to =AND(ISNUMBER(E158),LEFT(CELL("format",E158),1)="D")&ISTEXT("Enter Date") but this hasn't worked.
Any ideas how I can make the cell accept text string "Enter Date" and also only valid date?
Thank you!