PC Review


Reply
Thread Tools Rate Thread

comparing 2 sheets

 
 
=?Utf-8?B?cm9kY2hhcg==?=
Guest
Posts: n/a
 
      7th Sep 2007
hey all,
i have 2 worksheets. i want to compare 1 column (Column C) and see if the
numbers are equal and put yes or no in an empty column next to it. is this
possible?

thanks,
rodchar
 
Reply With Quote
 
 
 
 
=?Utf-8?B?TWF4?=
Guest
Posts: n/a
 
      8th Sep 2007
Assume identical length data running in C1 down in both Sheet1 and Sheet2.

In Sheet2,

In D1:
=IF(C1="","",IF(C1=Sheet1!C1,"Yes","No"))
Copy down to last row of data in col C.

This compares* it cell-for-cell between Sheet2 and Sheet1,
ie Sheet2's C1 with Sheet1's C1, Sheet2's C2 with Sheet1's C2, ...
*except case sensitivity


In E1:
=IF(C1="","",IF(ISNUMBER(MATCH(C1,Sheet1!C:C,0)),"Yes","No"))
Copy down to last row of data in col C

This compares* it cell-with-col between Sheet2 and Sheet1, ie
Sheet2's C1 found within Sheet1's C:C ?,
Sheet2's C2 found within Sheet1's C:C ?, and so on
*except case sensitivity
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"rodchar" wrote:
> hey all,
> i have 2 worksheets. i want to compare 1 column (Column C) and see if the
> numbers are equal and put yes or no in an empty column next to it. is this
> possible?
>
> thanks,
> rodchar

 
Reply With Quote
 
=?Utf-8?B?cm9kY2hhcg==?=
Guest
Posts: n/a
 
      10th Sep 2007
That's nice, thank you for the help.
rod.

"rodchar" wrote:

> hey all,
> i have 2 worksheets. i want to compare 1 column (Column C) and see if the
> numbers are equal and put yes or no in an empty column next to it. is this
> possible?
>
> thanks,
> rodchar

 
Reply With Quote
 
Max
Guest
Posts: n/a
 
      11th Sep 2007
welcome, rod.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"rodchar" <(E-Mail Removed)> wrote in message
news:2AA8E5DA-2391-4B41-90F4-(E-Mail Removed)...
> That's nice, thank you for the help.
> rod.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
comparing 2 sheets rodchar Microsoft Excel Misc 4 20th May 2009 03:38 PM
RE: Comparing 2 sheets Joel Microsoft Excel Programming 1 8th May 2008 08:41 PM
Sheets comparing Saed Microsoft Excel Worksheet Functions 1 1st Apr 2008 07:21 AM
Comparing Across Sheets RJB Microsoft Excel Misc 1 6th Mar 2008 02:23 AM
comparing 2 sheets keyur Microsoft Excel Programming 12 20th Jan 2004 05:56 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:46 PM.