#1   Report Post  
Posted to microsoft.public.excel.misc
LV LV is offline
external usenet poster
 
Posts: 6
Default Tracking Data

I have a spreadsheet that employees have to enter a date and test result
into. Is there a way to find out if the data was actually entered on that
day? I.E. If the data is logged as 9/9/08, how can I prove that the data
was actually entered on that day?
--

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Tracking Data

You could use a formula to post the date and protect the column that contains
the date formula so it can't be tampered with.

Let's say the date is in column A and the test score is in column B. The
formula would look like the following:

=IF(ISBLANK(B1),"",TODAY())

Hope this helps...
--
Kevin Backmann


"LV" wrote:

I have a spreadsheet that employees have to enter a date and test result
into. Is there a way to find out if the data was actually entered on that
day? I.E. If the data is logged as 9/9/08, how can I prove that the data
was actually entered on that day?
--

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Tracking Data

Disregard my previous post, the TODAY() function will update with each
passing day.

I was a bit too quick on the trigger finger. My sincerest apologies.
--
Kevin Backmann


"LV" wrote:

I have a spreadsheet that employees have to enter a date and test result
into. Is there a way to find out if the data was actually entered on that
day? I.E. If the data is logged as 9/9/08, how can I prove that the data
was actually entered on that day?
--

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 468
Default Tracking Data

Use on your date entry cells Data Validation. With your first such cell
select it
At the menu, select Data, Validation, on the Settings tab select from the
allow dropdown: Date next box equal to in box type =Today() and OK Out.
Copy this cell down as far as is needed.

Only the current date can be entered


"LV" wrote:

I have a spreadsheet that employees have to enter a date and test result
into. Is there a way to find out if the data was actually entered on that
day? I.E. If the data is logged as 9/9/08, how can I prove that the data
was actually entered on that day?
--

  #5   Report Post  
Posted to microsoft.public.excel.misc
LV LV is offline
external usenet poster
 
Posts: 6
Default Tracking Data

OK - I think I may have worded the question wrong. I have data that is
already entered. I need to go back and look at the historical data and see
if the date the person entered as performing the test was actually the date
the data was entered into Excel. Is there a time stamp "behind the scenes"
that will allow me to see the date/time the data was entered besides the date
that the employee says he/she entered the data?

I'm trying to prove that data was not entered on the date that was entered
into the spreadsheet.
--



"JMay" wrote:

Use on your date entry cells Data Validation. With your first such cell
select it
At the menu, select Data, Validation, on the Settings tab select from the
allow dropdown: Date next box equal to in box type =Today() and OK Out.
Copy this cell down as far as is needed.

Only the current date can be entered


"LV" wrote:

I have a spreadsheet that employees have to enter a date and test result
into. Is there a way to find out if the data was actually entered on that
day? I.E. If the data is logged as 9/9/08, how can I prove that the data
was actually entered on that day?
--

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
Tracking survey data Larry Kahm Excel Discussion (Misc queries) 3 March 6th 08 03:38 AM
Tracking data by month Karl Excel Discussion (Misc queries) 4 January 7th 08 05:44 PM
How to insert tracking numbers into my webpage for RMA tracking wiglady Excel Discussion (Misc queries) 0 April 4th 06 12:44 PM
Tracking data Greenback Excel Discussion (Misc queries) 3 March 6th 06 03:05 PM
template with data tracking Dee Goodrich Excel Discussion (Misc queries) 0 January 11th 06 07:30 PM


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