todays date

dane_m_steyne

Board Regular
Joined
Sep 18, 2012
Messages
179
Dropdown List has the Text "Todays Date".Now if i select the "Todays Date" from the dropdown list can it show the date for today.At the moment if i selecct it puts in the text "Todays Date" but i want it to actually put in "DD,MM,YYYY
Dane
XL2013
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
If you are getting the drop down data from other source range then just use the below formula in that cell, so it will get reflected in validation list.

Code:
=TEXT(TODAY(),"DD,MM,YYYY")
 
Upvote 0
Dropdown List has the Text "Todays Date".Now if i select the "Todays Date" from the dropdown list can it show the date for today.At the moment if i selecct it puts in the text "Todays Date" but i want it to actually put in "DD,MM,YYYY
After you do the above, should the date that was entered in the cell become "frozen" (that is, read the same no matter what day the spreadsheet is view afterwards) or should it update with each new day?
 
Upvote 0
Hi Rick

Yes once the date is entered it remains as is (frozen)....when i select "Todays Date" from dropdown list that date will remain in the cell and not update

Thanks


Dane
 
Upvote 0
I don't think there's any way to do this without using VBA. Do you specifically need a dropdown? Hitting CTRL+; will put today's date in the cell as a static value. (CTRL+SHIFT+; gives you the time, btw.)
 
Upvote 0

Forum statistics

Threads
1,214,591
Messages
6,120,427
Members
448,961
Latest member
nzskater

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