Enter TODAY if cell has data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to know how to enter a formula that will enter TODAY's DATE in
one cell if another cell has data (any kind of data but, mostly text) in it
 
try
=IF(E5<>"",TEXT(TODAY(),"mm/dd/yy"),"")

--
Don Guillett
SalesAid Software
(e-mail address removed)
Cie said:
I would like to know how to enter a formula that will enter TODAY's DATE in
one cell if another cell has data (any kind of data but, mostly text) in
it
 
Thanks! That WORKED! But, you knew it would!
I'd like to ask one other question, concerning this formula. What can I
enter to exclude a single SPACE as being seen as TEXT in this formula?

Thanks again!
 
It won't stamp the date since the date will update every time the sheet is
calculated

--
Regards,

Peo Sjoblom

(No private emails please)
 
Back
Top