Advance date based on date that form is filled out

kbienlein

New Member
Joined
Mar 23, 2016
Messages
2
Hello,

I am working on updating a reconciliation form and am looking for a way for Excel to automatically update the date automatically. It is not a normal format as the day is always in the middle of a sequence. For example, the entry I am trying to auto update is TD23G where 23 is the day of the month that the form is being filled out. Is there an entry I can use so that when I fill out the form on the 24th it automatically fills in as TD24G?
Thanks in advance!
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
This will put today's date day into that...
="TD"&DAY(TODAY())&"G"

Note however, that this will automatically change as the day changes. So if you did this yesterday and it said TD23G, then today, that same form would now read TD24G
 
Upvote 0

Forum statistics

Threads
1,214,539
Messages
6,120,100
Members
448,944
Latest member
SarahSomethingExcel100

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