Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Pizza
 
Posts: n/a
Default "Cleaning" an Excel workbook

We are going to be entering data in an Excel spreadsheet, and need to
guarantee accuracy. Our plan is to create two identical spreadsheets, have
two people enter data, then check that they are the same - but how??? By
merging them? Or is there a better way to do this check?
Please help - thanks!
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default "Cleaning" an Excel workbook

If you mean cell by cell comparison (a1 with a1, x99 with x99), you can use a
program written by Myrna Larson and Bill Manville.

You can find a copy on Chip Pearson's site:
http://www.cpearson.com/excel/whatsnew.htm
look for compare.xla



Pizza wrote:

We are going to be entering data in an Excel spreadsheet, and need to
guarantee accuracy. Our plan is to create two identical spreadsheets, have
two people enter data, then check that they are the same - but how??? By
merging them? Or is there a better way to do this check?
Please help - thanks!


--

Dave Peterson
  #3   Report Post  
Svea
 
Posts: n/a
Default "Cleaning" an Excel workbook


One of the simple ways is surely this one:

On the third sheeet write down a formula:
=EXACT(Sheet1!A1;Sheet2!A1)
then copy it through cells in same range as it is in identical sheets.

If it is OJ, formula will return TRUE, if it is not you will get
FALSE.

hope it will help you.


--
Svea
------------------------------------------------------------------------
Svea's Profile: http://www.excelforum.com/member.php...o&userid=28151
View this thread: http://www.excelforum.com/showthread...hreadid=477625

  #4   Report Post  
Pizza
 
Posts: n/a
Default "Cleaning" an Excel workbook

Tried this - but couldn't get it to work - using sheets in one workbook.
However - we will be working on identical sheets in 2 separate workbooks. So
how do we check to assure that the workbooks are identical?
In the meantime, I will play with your formula again. And thank you for
your assistance.

"Svea" wrote:


One of the simple ways is surely this one:

On the third sheeet write down a formula:
=EXACT(Sheet1!A1;Sheet2!A1)
then copy it through cells in same range as it is in identical sheets.

If it is OJ, formula will return TRUE, if it is not you will get
FALSE.

hope it will help you.


--
Svea
------------------------------------------------------------------------
Svea's Profile: http://www.excelforum.com/member.php...o&userid=28151
View this thread: http://www.excelforum.com/showthread...hreadid=477625


  #5   Report Post  
Svea
 
Posts: n/a
Default "Cleaning" an Excel workbook


Dear Pizza,

Sorry to hear that you couldn't do it with formula I give it to you
=EXACT(Sheet1!A1;Sheet2!A1)

Maybe the problem is, what I noticed, that you should use character ,
instead of ;
So formula would then probably look like this
=EXACT(Sheet1!A1,Sheet2!A1)

I saw many formulas on American web sites and usually I have to change
all , in ;
For you - maybe in other direction. I am from Europe, so there is
possibility that we do not use similar characters for same thing.

Still, I tried to do it with compare.xla that Dave suggested. Works
perfectly!
If you do not now how to "install" Add-ins, ask!

You can find a copy on Chip Pearson's site:
http://www.cpearson.com/excel/whatsnew.htm
look for compare.xla


--
Svea
------------------------------------------------------------------------
Svea's Profile: http://www.excelforum.com/member.php...o&userid=28151
View this thread: http://www.excelforum.com/showthread...hreadid=477625



  #6   Report Post  
Pizza
 
Posts: n/a
Default "Cleaning" an Excel workbook

Thank you, Dave!! Works perfectly!!

"Dave Peterson" wrote:

If you mean cell by cell comparison (a1 with a1, x99 with x99), you can use a
program written by Myrna Larson and Bill Manville.

You can find a copy on Chip Pearson's site:
http://www.cpearson.com/excel/whatsnew.htm
look for compare.xla



Pizza wrote:

We are going to be entering data in an Excel spreadsheet, and need to
guarantee accuracy. Our plan is to create two identical spreadsheets, have
two people enter data, then check that they are the same - but how??? By
merging them? Or is there a better way to do this check?
Please help - thanks!


--

Dave Peterson

  #7   Report Post  
Pizza
 
Posts: n/a
Default "Cleaning" an Excel workbook

Svea - Thank you for your help!! I downloaded the program that Dave
suggested, and that you also tried, and indeed it was just what I was looking
for! Works like a charm!! I appreciate your help.

"Svea" wrote:


Dear Pizza,

Sorry to hear that you couldn't do it with formula I give it to you
=EXACT(Sheet1!A1;Sheet2!A1)

Maybe the problem is, what I noticed, that you should use character ,
instead of ;
So formula would then probably look like this
=EXACT(Sheet1!A1,Sheet2!A1)

I saw many formulas on American web sites and usually I have to change
all , in ;
For you - maybe in other direction. I am from Europe, so there is
possibility that we do not use similar characters for same thing.

Still, I tried to do it with compare.xla that Dave suggested. Works
perfectly!
If you do not now how to "install" Add-ins, ask!

You can find a copy on Chip Pearson's site:
http://www.cpearson.com/excel/whatsnew.htm
look for compare.xla


--
Svea
------------------------------------------------------------------------
Svea's Profile: http://www.excelforum.com/member.php...o&userid=28151
View this thread: http://www.excelforum.com/showthread...hreadid=477625


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
Excel 2002 - Why does 1 workbook open as 2 versions B. Levien Excel Discussion (Misc queries) 2 September 30th 05 02:34 PM
Display form from an VB application in Excel kuhni Excel Discussion (Misc queries) 0 August 10th 05 06:04 PM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM
Can a workbook be opened w/out Excel on the host machine?? MIchelleDuquette Excel Discussion (Misc queries) 2 May 5th 05 08:18 PM
Why does Excel 2003 freeze when saving a workbook that has importe NeedToKnow Excel Worksheet Functions 0 February 18th 05 10:07 PM


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