Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default compare data from one column with another and compare result to yet another

I'm not real sure how to go about doing this.

I need to compare one column (ALL - a2:a3793) to see if it has any numbers
that are not in another column (ALL AFTER CHG - d2:d2735). Then take the
results of that and compare them to another column. (INACTIVE c2:c1056) All
of the columns are formatted as text. What is the most efficient way to do
this?

TIA

Matt


  #2   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 27,285
Default compare data from one column with another and compare result to yet another

easiest way is to use formulas

in B2 or another column in row 2

=if(Countif($D$2:$D$2735,A2)=0,If(Countif($C$2:$C$ 1056=0,"Not in B or
C","Not in B, in C"),"In B")

then drag fill down to 3793.

--
Regards,
Tom Ogilvy

"Matt Williamson" wrote in message
...
I'm not real sure how to go about doing this.

I need to compare one column (ALL - a2:a3793) to see if it has any numbers
that are not in another column (ALL AFTER CHG - d2:d2735). Then take the
results of that and compare them to another column. (INACTIVE c2:c1056)

All
of the columns are formatted as text. What is the most efficient way to do
this?

TIA

Matt




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
Column Chart to compare data BrookieOU Charts and Charting in Excel 2 October 20th 09 06:48 PM
Help! -How to compare two worksheets; multiple rows of data=result EricZ Excel Worksheet Functions 1 March 26th 08 07:09 PM
compare date to column data Custermd Excel Worksheet Functions 1 February 21st 06 03:57 PM
How to compare two column of data and sort them out according kuansheng New Users to Excel 3 January 21st 06 03:36 PM
How do I compare data in two different spreadsheets i.e. (column . inspector gadget Excel Discussion (Misc queries) 1 December 29th 04 05:40 PM


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