![]() |
Using the NOW() function without it recalculating
I'm trying to have multiple cells display the time when text is entered into
the adjacent cell. So I have this =IF(ISBLANK(B6),"Please Log In",NOW()) I have two people accessing the file putting a check in the box when they arrive, then it displays the time they logged it. But because the NOW() function recalcs each time I lose the data. How do I freeze the NOW() function so we can keep track of the data without having to copy and paste as values each time? |
Using the NOW() function without it recalculating
That's good but the simple function requires the turning on of the iteration
check box. If mulitple people are opening the file I don't want it to make everyone turn on the iteration option. Is there any fuction that does a copy paste as values? "JE McGimpsey" wrote: Take a look at http://www.mcgimpsey.com/excel/timestamp.html In article , Sean C <Sean wrote: I'm trying to have multiple cells display the time when text is entered into the adjacent cell. So I have this =IF(ISBLANK(B6),"Please Log In",NOW()) I have two people accessing the file putting a check in the box when they arrive, then it displays the time they logged it. But because the NOW() function recalcs each time I lose the data. How do I freeze the NOW() function so we can keep track of the data without having to copy and paste as values each time? |
Using the NOW() function without it recalculating
No.
If you can't use Iterations, you'll need to use a macro. Functions return values. They can't change themselves or other functions to constant values. In article , Sean C wrote: That's good but the simple function requires the turning on of the iteration check box. If mulitple people are opening the file I don't want it to make everyone turn on the iteration option. Is there any fuction that does a copy paste as values? "JE McGimpsey" wrote: Take a look at http://www.mcgimpsey.com/excel/timestamp.html |
All times are GMT +1. The time now is 06:41 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com