PC Review


Reply
 
 
Striker3070
Guest
Posts: n/a
 
      10th May 2010
I have two columns of numbers column A could be up to 3500 rows. Column B
may be more or less than 3500 rows. What I'm trying to do is see if any
number in columns "B" appears anywhere in Column "A", and if so we can just
highlight it in both columns. Actually I would want to be able to sort by
highlighted. so maybe add someway to sort by matched or unmatched.


I hope this makes sense.

 
Reply With Quote
 
 
 
 
Gary Brown
Guest
Posts: n/a
 
      10th May 2010
In column C put...
=IF(ISNA(VLOOKUP($A1,$B:$B,1,FALSE)),"Not in B","In B")
In column D put...
=IF(ISNA(VLOOKUP($B1,$A:$A,1,FALSE)),"Not in A","In A")
Sort on column C and/or Column D
--
Hope this helps.
If it does, please click the Yes button.
Thanks in advance for your feedback.
Gary Brown



"Striker3070" wrote:

> I have two columns of numbers column A could be up to 3500 rows. Column B
> may be more or less than 3500 rows. What I'm trying to do is see if any
> number in columns "B" appears anywhere in Column "A", and if so we can just
> highlight it in both columns. Actually I would want to be able to sort by
> highlighted. so maybe add someway to sort by matched or unmatched.
>
>
> I hope this makes sense.
>

 
Reply With Quote
 
Striker3070
Guest
Posts: n/a
 
      10th May 2010
this is great, but I prefer to do it in code so I can send this out and
nobody can change the formulas and mess it up.


"Gary Brown" <junk_at_kinneson_dot_com> wrote in message
news:31F1ED1A-8A9F-43A7-956D-(E-Mail Removed)...
> In column C put...
> =IF(ISNA(VLOOKUP($A1,$B:$B,1,FALSE)),"Not in B","In B")
> In column D put...
> =IF(ISNA(VLOOKUP($B1,$A:$A,1,FALSE)),"Not in A","In A")
> Sort on column C and/or Column D
> --
> Hope this helps.
> If it does, please click the Yes button.
> Thanks in advance for your feedback.
> Gary Brown
>
>
>
> "Striker3070" wrote:
>
>> I have two columns of numbers column A could be up to 3500 rows. Column
>> B
>> may be more or less than 3500 rows. What I'm trying to do is see if any
>> number in columns "B" appears anywhere in Column "A", and if so we can
>> just
>> highlight it in both columns. Actually I would want to be able to sort
>> by
>> highlighted. so maybe add someway to sort by matched or unmatched.
>>
>>
>> I hope this makes sense.
>>

 
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 pierre Microsoft Excel Misc 2 6th May 2010 06:02 AM
Comparing more than two Vern Microsoft Excel Worksheet Functions 4 24th Sep 2008 04:03 PM
When comparing +2 to +2 Lars Microsoft Excel Discussion 9 29th Jun 2008 05:39 PM
comparing if a1>b1, then - b1 from a1 Bob Westaby Microsoft Excel Worksheet Functions 2 16th Apr 2004 03:08 PM
Comparing Bill Hand Microsoft Excel Misc 1 1st Aug 2003 02:08 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:14 AM.