Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Rob69
 
Posts: n/a
Default NOW() Function help

Hi all,

if anyone could help me with this problem I would be most grateful.

I need a formula that time and date stamps a cell when data is entered in to
another cell. I am trying to create a audit trail and monitor the time taken
to complete two tasks.

Basically person A is handed a task and inputs the task number on the sheet,
as soon as they input the task number this formula time stamps a cell.

=IF(ISBLANK(A7)=FALSE,NOW(),"")

Once person A has completed the task there is a CHECKBOX they can tick to
say they have completed the task. The checkbox has a linked cell which can
either be TRUE(TICKED) or FALSE(UNTICKED). I have another formula that time
stamps a cell if the linked cell is TRUE.

=IF(Q7=TRUE,NOW(),"")

The problem is, if you input the task number at say 10:00 it will time stamp
the cell 10:00 which is fine and is exactly what i want. Say the task takes
10 minutes and you return to the sheet to tick the checkbox it will then time
stamp the next cell with 10:10 but it will also update any other cells with
the NOW() function to 10:10 on the sheet which defeats the object of the
exercise.

Can anyone help me with this?

Thanks.

  #2   Report Post  
Jerry W. Lewis
 
Posts: n/a
Default

NOW() is a volatile function (it will update whenever anything is
entered or recalcualted). You will either have to manually Copy and
Paste Special|Values or else write a VBA event handler to put the value
instead of the function into the cell.

Jerry

Rob69 wrote:

Hi all,

if anyone could help me with this problem I would be most grateful.

I need a formula that time and date stamps a cell when data is entered in to
another cell. I am trying to create a audit trail and monitor the time taken
to complete two tasks.

Basically person A is handed a task and inputs the task number on the sheet,
as soon as they input the task number this formula time stamps a cell.

=IF(ISBLANK(A7)=FALSE,NOW(),"")

Once person A has completed the task there is a CHECKBOX they can tick to
say they have completed the task. The checkbox has a linked cell which can
either be TRUE(TICKED) or FALSE(UNTICKED). I have another formula that time
stamps a cell if the linked cell is TRUE.

=IF(Q7=TRUE,NOW(),"")

The problem is, if you input the task number at say 10:00 it will time stamp
the cell 10:00 which is fine and is exactly what i want. Say the task takes
10 minutes and you return to the sheet to tick the checkbox it will then time
stamp the next cell with 10:10 but it will also update any other cells with
the NOW() function to 10:10 on the sheet which defeats the object of the
exercise.

Can anyone help me with this?

Thanks.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hyperlinks using R[1]C[1] and offset function in its cell referenc Elijah-Dadda Excel Worksheet Functions 0 March 5th 05 03:31 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
Trim function doesn't clean out ASCII Code 160 (Space) Ronald Dodge Excel Worksheet Functions 6 January 27th 05 03:48 AM
Formula to list unique values JaneC Excel Worksheet Functions 4 December 10th 04 12:25 AM
change function variable prompts?? thinkingfield Excel Worksheet Functions 1 November 8th 04 04:01 PM


All times are GMT +1. The time now is 01:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"