Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 30
Default Data Verification Problem

Is there a way to create some sort of masking sheet over a current data sheet
that, when I re-input data, can tell me if there is a discrepancy between the
two values. For example, on Data Sheet 1, I have the value 98765, and when
re-entering the data, I mistype 11234, Excel can notify me of that problem?

This is for the purposes of verifying numberic data that has been entered
into a speadsheet. Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.programming
MDW MDW is offline
external usenet poster
 
Posts: 117
Default Data Verification Problem

I'm not sure if I understand your need correctly, but it seems to me that you
might be able to do something with a simple formula. If you've got a sheet
called 'Data Sheet 1' and you're re-entering on the sheet 'Verify', then try
putting something like this in the cell beside your entry.

=IF('Data Sheet 1'!B2='Verify'!B2,"","Does not match")

Obviously, I'm guessing at which cells you'll actually be comparing.

I hope that helps.

--
Hmm...they have the Internet on COMPUTERS now!


"Kristen" wrote:

Is there a way to create some sort of masking sheet over a current data sheet
that, when I re-input data, can tell me if there is a discrepancy between the
two values. For example, on Data Sheet 1, I have the value 98765, and when
re-entering the data, I mistype 11234, Excel can notify me of that problem?

This is for the purposes of verifying numberic data that has been entered
into a speadsheet. Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Data Verification Problem

You have an active thread in .misc, too.

Kristen wrote:

Is there a way to create some sort of masking sheet over a current data sheet
that, when I re-input data, can tell me if there is a discrepancy between the
two values. For example, on Data Sheet 1, I have the value 98765, and when
re-entering the data, I mistype 11234, Excel can notify me of that problem?

This is for the purposes of verifying numberic data that has been entered
into a speadsheet. Thanks!


--

Dave Peterson
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
Data Verification between worksheets Kcope8302 Excel Worksheet Functions 1 July 17th 09 07:02 AM
data verification question James Excel Worksheet Functions 0 August 2nd 06 07:44 PM
Data Verification Problem Kristen Excel Worksheet Functions 2 July 17th 06 07:36 PM
Data Verification Problem Kristen Excel Discussion (Misc queries) 1 July 17th 06 05:00 PM
data verification Kristen Excel Discussion (Misc queries) 0 July 14th 06 02:31 PM


All times are GMT +1. The time now is 10:30 PM.

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

About Us

"It's about Microsoft Excel"