Mar 25, 2023
Is there a function that returns a creation date?
In Google Sheets, I'm making a mileage log for tax purposes. See image. There are two columns, first column is the date the mileage was performed, the second column is the number of miles. Currently, I have this in the date cell:
=if(B3>0.1,today(),"") where B3 is the mileage cell
It returns today's date in the date cell. I came in the next day and the cell changed to today's date (duh?) So that doesn't work. I need the date to stay the date it was created.
Thank you for any help you may give me!
Dan
Rochester Hills, MI

Details
Community content may not be verified or up-to-date. Learn more.
All Replies (2)