Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default if statement or other methds to find similar data

Hello

I have two set of data. I have to match that both contain PCO12345.
All PCO# # # # are different. Majority are in both files but some of
the them are missing. There is no particular order. Is there any way
to find PCO # # # # that are in both files and which ones are
missing? I there any easy method like if statements? other than going
through each finding each PCOnumber one by one. There are 2300+
recods.

thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default if statement or other methds to find similar data

Try conditional formatting with a formula of

=ISNUMBER(MATCH(A1,Sheet2!A:A,0)

and

=ISNUMBER(MATCH(A1,Sheet1!A:A,0)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Funky" wrote in message
...
Hello

I have two set of data. I have to match that both contain PCO12345.
All PCO# # # # are different. Majority are in both files but some of
the them are missing. There is no particular order. Is there any way
to find PCO # # # # that are in both files and which ones are
missing? I there any easy method like if statements? other than going
through each finding each PCOnumber one by one. There are 2300+
recods.

thanks in advance



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default if statement or other methds to find similar data

Give this a try:
=SUMIF(A1:A2300,"PCO*",B1:B2300)

=SUMPRODUCT(ISNUMBER(SEARCH("PCO*",A1:A2300))*((B1 :B2300)))

Also, if you are just matching numbers, you may be able to use a Pivot Table:
http://peltiertech.com/Excel/Pivots/pivottables.htm
http://www.contextures.com/xlPivot02.html


Regards,
Ryan---

--
RyGuy


"Bob Phillips" wrote:

Try conditional formatting with a formula of

=ISNUMBER(MATCH(A1,Sheet2!A:A,0)

and

=ISNUMBER(MATCH(A1,Sheet1!A:A,0)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Funky" wrote in message
...
Hello

I have two set of data. I have to match that both contain PCO12345.
All PCO# # # # are different. Majority are in both files but some of
the them are missing. There is no particular order. Is there any way
to find PCO # # # # that are in both files and which ones are
missing? I there any easy method like if statements? other than going
through each finding each PCOnumber one by one. There are 2300+
recods.

thanks in advance




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
Find Similar Steve Excel Worksheet Functions 3 April 24th 07 03:56 PM
compare and find similar numbers in two columns New User New Users to Excel 1 October 25th 06 06:59 PM
find similar numbers dune Excel Discussion (Misc queries) 1 March 4th 06 12:12 AM
how to create automatic macro with if statement or similar betatryck_se Excel Discussion (Misc queries) 2 December 14th 05 11:32 AM
IF statement with logical_value that is similar to this 0 Mortgage Man Excel Worksheet Functions 6 August 31st 05 10:51 PM


All times are GMT +1. The time now is 03:05 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"