Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date & Time | New Users to Excel | |||
Hyperlinks using R[1]C[1] and offset function in its cell referenc | Excel Worksheet Functions | |||
Conversion | Excel Worksheet Functions | |||
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. | Excel Worksheet Functions | |||
Find a Function to use accross different worksheets | Excel Worksheet Functions |