PC Review


Reply
Thread Tools Rate Thread

Comparing columns

 
 
Dave T
Guest
Posts: n/a
 
      23rd May 2009
I am trying to compare 2 columns of numbers so that I can identify and
delete numbers no longer required. Can anyone help me find a formula for
this please?

Many thanks
DT


 
Reply With Quote
 
 
 
 
Jacob Skaria
Guest
Posts: n/a
 
      23rd May 2009
Suppose you are comparing ColA and ColB. In Col C use the below formula

This will compare the entry in B1 aganist column A and if found return
"Found" or else "Not Found"

In C1 use the below formula and copy down as required.

=IF(COUNTIF(A:A,B1)>0,"Found","Not found")

If this post helps click Yes
---------------
Jacob Skaria


"Dave T" wrote:

> I am trying to compare 2 columns of numbers so that I can identify and
> delete numbers no longer required. Can anyone help me find a formula for
> this please?
>
> Many thanks
> DT
>
>
>

 
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 two columns JoeM Microsoft Excel Worksheet Functions 5 1st May 2009 07:12 PM
Need elp comparing two columns in VBA lenarei.vitocruz@gmail.com Microsoft Excel Programming 0 27th Aug 2007 03:57 PM
Comparing 2 columns if they are the same Faio Microsoft Excel Worksheet Functions 4 15th Nov 2005 10:18 AM
comparing two columns? steve g via OfficeKB.com Microsoft Excel Misc 1 30th Apr 2005 04:53 AM
Comparing 2 columns lynn Microsoft Excel Worksheet Functions 1 29th Jan 2004 09:49 PM


Features
 

Advertising
 

Newsgroups
 


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