Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Bonnie
 
Posts: n/a
Default Need to compare 2 worksheets...

Hi there folks! Using E02 on XP. I'm looking for a bit of advice here,
wondering if I could be aimed in the right direction before I flounder about.

I have a set of files, in one (DataIn.xls) I paste a series spreadsheets
provided and the other (DataOut.xls) has shells (pretty presentation type,
printable data) with many, many cells linked to cells in DataIn.xls. My
output is good and chance of data entry error is next to nil.

My dilemma is this: there is an OLD file that requires all numbers be
manually keyed in from printed sheets (the same data I paste in my DataIn.xls
file). My boss has asked me to execute my linking procedure monthly for the
next 6 months AND provide something identifying all differences in the
numbers between MY DataOut.xls and the manually keyed sheet (that is set up
identically to my DataOut.xls). What is the best way to approach comparing
the 2 worksheets? I'm thinking I need to create a 3rd sheet/file that will
look at [DataOut.xls]Comp3'!$B$122 and compare it with
[Manual.xls]Comp3'!$B$122. If no difference, nothing, if a difference, show
"Error" in RED. Am I anywhere near base here?

Would appreciate any help or advice, need some direction. Thanks in advance
for your time!




--
Bonnie
  #2   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

Bonnie,

On your third sheet, in cell A1, use the formula

=IF('[DataIn.xls]Comp3'!A1='[Manual.xls]Comp3'!A1,"","Error")

and copy to as large a range as either of the other workbooks uses.

Then use conditional formatting to format Error as Red font or red background.

HTH,
Bernie
MS Excel MVP


"Bonnie" wrote in message
...
Hi there folks! Using E02 on XP. I'm looking for a bit of advice here,
wondering if I could be aimed in the right direction before I flounder about.

I have a set of files, in one (DataIn.xls) I paste a series spreadsheets
provided and the other (DataOut.xls) has shells (pretty presentation type,
printable data) with many, many cells linked to cells in DataIn.xls. My
output is good and chance of data entry error is next to nil.

My dilemma is this: there is an OLD file that requires all numbers be
manually keyed in from printed sheets (the same data I paste in my DataIn.xls
file). My boss has asked me to execute my linking procedure monthly for the
next 6 months AND provide something identifying all differences in the
numbers between MY DataOut.xls and the manually keyed sheet (that is set up
identically to my DataOut.xls). What is the best way to approach comparing
the 2 worksheets? I'm thinking I need to create a 3rd sheet/file that will
look at [DataOut.xls]Comp3'!$B$122 and compare it with
[Manual.xls]Comp3'!$B$122. If no difference, nothing, if a difference, show
"Error" in RED. Am I anywhere near base here?

Would appreciate any help or advice, need some direction. Thanks in advance
for your time!




--
Bonnie



  #3   Report Post  
Bonnie
 
Posts: n/a
Default

Bernie,

Thank you SO much for the prompt, helpful reply. You have put me on the
path of less wasted effort and I thank you. I'll give it a go later today.

--
Bonnie


"Bernie Deitrick" wrote:

Bonnie,

On your third sheet, in cell A1, use the formula

=IF('[DataIn.xls]Comp3'!A1='[Manual.xls]Comp3'!A1,"","Error")

and copy to as large a range as either of the other workbooks uses.

Then use conditional formatting to format Error as Red font or red background.

HTH,
Bernie
MS Excel MVP


"Bonnie" wrote in message
...
Hi there folks! Using E02 on XP. I'm looking for a bit of advice here,
wondering if I could be aimed in the right direction before I flounder about.

I have a set of files, in one (DataIn.xls) I paste a series spreadsheets
provided and the other (DataOut.xls) has shells (pretty presentation type,
printable data) with many, many cells linked to cells in DataIn.xls. My
output is good and chance of data entry error is next to nil.

My dilemma is this: there is an OLD file that requires all numbers be
manually keyed in from printed sheets (the same data I paste in my DataIn.xls
file). My boss has asked me to execute my linking procedure monthly for the
next 6 months AND provide something identifying all differences in the
numbers between MY DataOut.xls and the manually keyed sheet (that is set up
identically to my DataOut.xls). What is the best way to approach comparing
the 2 worksheets? I'm thinking I need to create a 3rd sheet/file that will
look at [DataOut.xls]Comp3'!$B$122 and compare it with
[Manual.xls]Comp3'!$B$122. If no difference, nothing, if a difference, show
"Error" in RED. Am I anywhere near base here?

Would appreciate any help or advice, need some direction. Thanks in advance
for your time!




--
Bonnie




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 86
Default Need to compare 2 worksheets...

Hi Bernie

Searched this forum and found your help very useful

Thanks

Colin

"Bernie Deitrick" wrote:

Bonnie,

On your third sheet, in cell A1, use the formula

=IF('[DataIn.xls]Comp3'!A1='[Manual.xls]Comp3'!A1,"","Error")

and copy to as large a range as either of the other workbooks uses.

Then use conditional formatting to format Error as Red font or red background.

HTH,
Bernie
MS Excel MVP


"Bonnie" wrote in message
...
Hi there folks! Using E02 on XP. I'm looking for a bit of advice here,
wondering if I could be aimed in the right direction before I flounder about.

I have a set of files, in one (DataIn.xls) I paste a series spreadsheets
provided and the other (DataOut.xls) has shells (pretty presentation type,
printable data) with many, many cells linked to cells in DataIn.xls. My
output is good and chance of data entry error is next to nil.

My dilemma is this: there is an OLD file that requires all numbers be
manually keyed in from printed sheets (the same data I paste in my DataIn.xls
file). My boss has asked me to execute my linking procedure monthly for the
next 6 months AND provide something identifying all differences in the
numbers between MY DataOut.xls and the manually keyed sheet (that is set up
identically to my DataOut.xls). What is the best way to approach comparing
the 2 worksheets? I'm thinking I need to create a 3rd sheet/file that will
look at [DataOut.xls]Comp3'!$B$122 and compare it with
[Manual.xls]Comp3'!$B$122. If no difference, nothing, if a difference, show
"Error" in RED. Am I anywhere near base here?

Would appreciate any help or advice, need some direction. Thanks in advance
for your time!




--
Bonnie




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
compare and merge worksheets Bonser Excel Discussion (Misc queries) 1 July 11th 05 08:34 PM
Compare data on 2 separate worksheets. Wayne Excel Worksheet Functions 3 July 10th 05 04:25 AM
How do I compare in between two worksheets? korman Excel Worksheet Functions 1 June 20th 05 03:05 PM
Compare 2 Worksheets Create a 3rd depending on results Kevin Excel Discussion (Misc queries) 1 February 4th 05 11:49 PM
compare columns of different worksheets Classic Excel Discussion (Misc queries) 2 December 2nd 04 10:09 PM


All times are GMT +1. The time now is 07:16 AM.

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"