Re: Difference between two ranges
From: Jay (anonymous_at_discussions.microsoft.com)
Date: 11/19/04
- Next message: dcoates: "Re: How to split information in a cell"
- Previous message: Befuddled: "Re: Excel Files Acting Weird"
- In reply to: JulieD: "Re: Difference between two ranges"
- Next in thread: JulieD: "Re: Difference between two ranges"
- Reply: JulieD: "Re: Difference between two ranges"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 19 Nov 2004 04:57:36 -0800
JulieD
Thanks, I know I need to use this, but I am hav a little
dumb moment. Can you possibly send me a working example or
rephrase this:
Extracting Values Common To Two Lists
You can easily extract values that appear in both of two
lists. Suppose your lists are in A1:A10 and B1:B10. Enter
the following array formula in the first cell of the range
which is to contain the common entries:
Extracting Values Common To Two Lists
You can easily extract values that appear in both of two
lists. Suppose your lists are in A1:A10 and B1:B10. Enter
the following array formula in the first cell of the range
which is to contain the common entries:
=IF(COUNTIF($A$1:$A$10,B1)>0,B1,"")
Change B1 and $A$1:$A$10 to the first cells in the
ranges from which data that you want to extract common
items. Then, use Fill Down (from the Edit menu) to fill
the formula down to as many rows as you need to hold the
common entries (i.e., up to as many rows as there are in
the original range.)
>-----Original Message-----
>Hi Jay
>
>Chip Pearson has lots of information on his site for
working with duplicates
>http://www.cpearson.com/excel/duplicat.htm
>
>
>Cheers
>JulieD
>
>"Jay Mandevia" <jay.mandevia@naa.org.uk> wrote in message
>news:02d801c4ce34$2fe7fb10$a501280a@phx.gbl...
>> Hi I would like to know if it is possible in excel to
tell
>> the difference in values between two columns. I know in
>> SQL i can create query to say:
>>
>> select *
>> from table1
>> where id NOT IN (select ID from table2)
>>
>> How can i tell the which row is not in the first column
in
>> excel?
>>
>> Thanks
>
>
>.
>
- Next message: dcoates: "Re: How to split information in a cell"
- Previous message: Befuddled: "Re: Excel Files Acting Weird"
- In reply to: JulieD: "Re: Difference between two ranges"
- Next in thread: JulieD: "Re: Difference between two ranges"
- Reply: JulieD: "Re: Difference between two ranges"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|