Ongoing form w/ TODAY() function

anaamli

New Member
Joined
Nov 3, 2017
Messages
1
I am creating documents that are ongoing data entry throughout the month but I want to be able to insert a TODAY() function based on text input into a certain cell (simply, once someone starts typing, that day's date gets input in the date column). So far so good, my IF function for inserting the date is working lovely. However, I don't know how to convert that date into text automatically as well, without creating a macro or manually copying and "paste value" each time. I'd like to be able to write an IF() function in the box I'd like the date to go in... something along the lines of =IF(C6>" ", TEXT(TODAY(), MM/DD/YYYY), 0) but without using the TODAY() function since a) that doesn't work and b) that defeats the whole purpose.

I thought maybe there might be a function that I could write that would be something similar to =IF(C6>" ", "A5", 0) but it would write what was written IN A5 (the value, not literally "A5" as formulas for Excel dictate). Then I could put this formula where I want the actual date to be, put a form of the TODAY() function within an IF function in a box with the font color white and be on my merry way. But then again, maybe it would still change every time the document was opened or edited....

Short of writing something in VBA or even a simple macro button, is there a function that I can nest in the IF function to make this work? Simply put, I need today's date to be input in a cell but not change tomorrow when I open the form again.

I'm not making these forms for myself, so even though I know how to do this the easy copy/paste way and I realize that a macro would be the easiest thing regardless, I am working on building forms that have functions only. Personally, I go between 2016 and 2007 so I have to exhaust every single option before doing anything macro/VBA so that fixing them is easy for me as well (we all know that even when you protect your doc, someone will find a way to mess it up), which makes it extra difficult.

Thanks!
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college

Forum statistics

Threads
1,215,007
Messages
6,122,670
Members
449,091
Latest member
peppernaut

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