ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   Enter TODAY if cell has data (https://www.excelbanter.com/new-users-excel/4724-enter-today-if-cell-has-data.html)

Cie

Enter TODAY if cell has data
 
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

Don Guillett

try
=IF(E5<"",TEXT(TODAY(),"mm/dd/yy"),"")

--
Don Guillett
SalesAid Software

"Cie" wrote in message
...
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



Cie

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!

"Don Guillett" wrote:

try
=IF(E5<"",TEXT(TODAY(),"mm/dd/yy"),"")

--
Don Guillett
SalesAid Software

"Cie" wrote in message
...
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




Peo Sjoblom

=IF(TRIM(E5)<"",etc..

Note that the formula will update with tomorrow's date tomorrow, if you want
a date stamp that will stay you might want to look at this

http://www.mcgimpsey.com/excel/timestamp.html


Regards,

Peo Sjoblom

"Cie" wrote:

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!

"Don Guillett" wrote:

try
=IF(E5<"",TEXT(TODAY(),"mm/dd/yy"),"")

--
Don Guillett
SalesAid Software

"Cie" wrote in message
...
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




Don Guillett

I see Peo answered your other question. Glad to help.

--
Don Guillett
SalesAid Software

"Don Guillett" wrote in message
...
try
=IF(E5<"",TEXT(TODAY(),"mm/dd/yy"),"")

--
Don Guillett
SalesAid Software

"Cie" wrote in message
...
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





Engineer_Bill

Enter TODAY if cell has data
 

The Following is a simple example of how to do this:


=IF(C10,NOW(),"")



The above formula will look for any info in Cell "C1" and if found
Stamp the current Date in whatever Cell this Formula exists.


hope This helps.


--
Engineer_Bill
------------------------------------------------------------------------
Engineer_Bill's Profile: http://www.hightechtalks.com/m570
View this thread: http://www.hightechtalks.com/t945742


Peo Sjoblom

Enter TODAY if cell has data
 
It won't stamp the date since the date will update every time the sheet is
calculated

--
Regards,

Peo Sjoblom

(No private emails please)


"Engineer_Bill" wrote
in message ...

The Following is a simple example of how to do this:


=IF(C10,NOW(),"")



The above formula will look for any info in Cell "C1" and if found
Stamp the current Date in whatever Cell this Formula exists.


hope This helps.


--
Engineer_Bill
------------------------------------------------------------------------
Engineer_Bill's Profile: http://www.hightechtalks.com/m570
View this thread: http://www.hightechtalks.com/t945742




All times are GMT +1. The time now is 05:43 PM.

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