"TODAY" function automatically filled

imported_unknown

Active Member
Joined
Jan 13, 2002
Messages
424
Hello - of course CTRL + semicolon will insert today's date into a field.

However - please does anybody know how to do this automatically..? eg if A1,A2,A3 are all filled in then TODAY() will be auto-inserted into A4

thanks..
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
try this....

probably a better way

=IF(OR(ISBLANK(A3),ISBLANK(A2),ISBLANK(A1)),"",TODAY())
 
Upvote 0
On 2002-10-04 06:44, WillR wrote:
try this....

probably a better way

=IF(OR(ISBLANK(A3),ISBLANK(A2),ISBLANK(A1)),"",TODAY())


Mind you, if you've got a much bigger range than 3 cells you'll probably need to try another way.... if you only want to put today's date in if the whole range is empty/full then you could try downloading ASAP utilities.... I use this all the time and the additional functionality is fantastic.... would reccommend it to anyone -can download free off the net

http://www.asap-utilities.com

and if you have it, you could use this formula in cell A4

=IF(CheckEmptyRange(A1:A3)=FALSE,TODAY(),"")

i.e. if A1:A3 is empty then you get today's date in cell A4
 
Upvote 0
hey..... and welcome to the board... :)

my manners are atrocious!
 
Upvote 0

Forum statistics

Threads
1,214,516
Messages
6,119,979
Members
448,934
Latest member
audette89

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top