Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Automatically saving value even though the formula changes with th

I have a Sheet (sheet 1) that changes each day based on TODAY() placed in C5.
My staff enter the beginning and end times of when they have completed a
specifc task. A formula
(=IF(B12=JIM!$C$5,IF(JIM!$D$8="","",(JIM!$D$9-JIM!$D$8)),"") on sheet 2
calculates how long it took them to do the task and then places the answer in
A1 on (sheet 2). My problem is, the formula on sheet 2 returns a different
answer at midnight, because it refers to A1 on Sheet 1 which changes everyday
based on TODAY in C1. So, every time the date changes at midnight, the
answer disappears on sheet 2. I want to be able to keep the answer on sheet
2 when the date has chagned from 4-1-07 to 4-2-07 on Sheet 1 and then just
proceed placing the next answer in on sheet 2 on 4-2-07, 4-3-07, 4-4-07,
etc.... Any suggestions? I hope I didn't make this too confusing to
understand. Thanks!!!!!!!!! - Jim
--
Jim
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9,101
Default Automatically saving value even though the formula changes with th

You have to enter the date. Best way is
Cell A1 - '4/14/07 as text
Cell B1 - =datevalue(A1)

B1 will be in time format so you can calculate time in other cells.

"jpolzner" wrote:

I have a Sheet (sheet 1) that changes each day based on TODAY() placed in C5.
My staff enter the beginning and end times of when they have completed a
specifc task. A formula
(=IF(B12=JIM!$C$5,IF(JIM!$D$8="","",(JIM!$D$9-JIM!$D$8)),"") on sheet 2
calculates how long it took them to do the task and then places the answer in
A1 on (sheet 2). My problem is, the formula on sheet 2 returns a different
answer at midnight, because it refers to A1 on Sheet 1 which changes everyday
based on TODAY in C1. So, every time the date changes at midnight, the
answer disappears on sheet 2. I want to be able to keep the answer on sheet
2 when the date has chagned from 4-1-07 to 4-2-07 on Sheet 1 and then just
proceed placing the next answer in on sheet 2 on 4-2-07, 4-3-07, 4-4-07,
etc.... Any suggestions? I hope I didn't make this too confusing to
understand. Thanks!!!!!!!!! - Jim
--
Jim

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
Automatically saving changes Jens Palacios Neffke[_2_] Excel Discussion (Misc queries) 3 April 17th 07 08:00 AM
Automatically saving changes Jens Palacios Neffke Excel Discussion (Misc queries) 1 April 17th 07 07:52 AM
Excel: Automatically Saving as Web Page Danimagus Excel Discussion (Misc queries) 0 May 31st 05 08:26 PM
Excel: Automatically Saving as Web Page Danimagus Excel Discussion (Misc queries) 0 May 31st 05 07:32 PM
FILES CREATED AUTOMATICALLY WHILE SAVING Venoy Varghese P Excel Discussion (Misc queries) 0 March 30th 05 04:01 PM


All times are GMT +1. The time now is 05:47 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"