I have a call log in which I enter the following information for every call:
My Name, Date, Time of Call, Caller's ID number, Caller Site location(static).
To expedite the data entry, I wrote a few formulas that autofill this information as soon as I enter the ID number.
For example:
Time of call column:
=IF(ISBLANK(D1), "", TODAY())
As soon as I enter the ID, or anything into the ID cell, the time of call is automatically entered.
I'm running into the problem that every time I reopen the document or save it, all of the values automatically update to the current time of opening/saving. I lose all of the necessary information regarding the time and date of the call, because it all changes to the current date and time. I understand this refreshing these formulas is a standard excel procedure.
Copying the Time and Date and Pasting special as values solves the problem, but is tedious and requires manual effort.
Is there a way to automatically convert a formula result to text/string as soon as the formula computes a result?
Thanks in advance for the help
My Name, Date, Time of Call, Caller's ID number, Caller Site location(static).
To expedite the data entry, I wrote a few formulas that autofill this information as soon as I enter the ID number.
For example:
Time of call column:
=IF(ISBLANK(D1), "", TODAY())
As soon as I enter the ID, or anything into the ID cell, the time of call is automatically entered.
I'm running into the problem that every time I reopen the document or save it, all of the values automatically update to the current time of opening/saving. I lose all of the necessary information regarding the time and date of the call, because it all changes to the current date and time. I understand this refreshing these formulas is a standard excel procedure.
Copying the Time and Date and Pasting special as values solves the problem, but is tedious and requires manual effort.
Is there a way to automatically convert a formula result to text/string as soon as the formula computes a result?
Thanks in advance for the help