Maybe you have a space character in A1.
You could select A1 and hit the delete key on the keyboard to clear the contents
of that cell.
Or you could change your formula:
=if(trim(a1)="","< Input",Today())
If this doesn't help, make sure that you have calculation turned to automatic.
In xl2003 menus, it's under:
Tools|Options|Calculation tab
===
Just an aside, if A1 has something in it, your formula will return the current
date -- each day it'll change.
If you want that date to be static, you'll need a different approach.
Take a look at JE McGimpsey's site:
http://www.mcgimpsey.com/excel/timestamp.html
for a macro approach.
Grumpy wrote:
Please Help. I have two cells, A1, B1. In B1 I want the current date if A1
is populated. If A1 is not populated I would like the message "< Input" in
B2.
Here is my formula in B1: =IF(A1="","< Input",TODAY())
It should be so simple, but I can't seem to make it work. Can anyone tell
me what is wrong?? Thanx for your help.
--
Dave Peterson