Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Finding matching numbers from 1 worksheet in another and with a tw

I have a to find serial numbers of multiple types of equipment from one work
book that appear in another workbook. The serial numbers range from 4 digits
to 15 digits or more.

The major problem for me is, in the spreadsheet I am looking in, often there
are multiple serial numbers in one cell separated by a symbol or symbols.
These symbols are rarely the same. VLOOKUP is no use in this instance.

I realize I could just use the find button and type in each serial number
but with 20K lines it would take an eternity. (my issue now)

I need to identify the matches somehow either by changing a font or placing
a Y in a column something that would do this without going line by line.

Any help would be appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Finding matching numbers from 1 worksheet in another and with a tw

For each id you are looking form presuming your id is in a worksheet
startying on cell A2 and your list is on sheet1 A2 - A30000

=SUMPRODUCT(--(ISERROR(SEARCH(A2,Sheet1!A2:A30000))=FALSE))

"Evil with a K" wrote:

I have a to find serial numbers of multiple types of equipment from one work
book that appear in another workbook. The serial numbers range from 4 digits
to 15 digits or more.

The major problem for me is, in the spreadsheet I am looking in, often there
are multiple serial numbers in one cell separated by a symbol or symbols.
These symbols are rarely the same. VLOOKUP is no use in this instance.

I realize I could just use the find button and type in each serial number
but with 20K lines it would take an eternity. (my issue now)

I need to identify the matches somehow either by changing a font or placing
a Y in a column something that would do this without going line by line.

Any help would be appreciated.

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
Formula for finding matching numbers wookie New Users to Excel 8 April 1st 09 01:27 AM
Finding matching cells GARY Excel Discussion (Misc queries) 1 March 6th 09 07:40 AM
Finding matching numbers in different rows. classic3283 Excel Worksheet Functions 1 October 7th 08 04:26 AM
Not finding matching value in vlookup JBS Excel Worksheet Functions 2 April 1st 08 08:13 PM
Finding One Value, Matching Three Criteria cattle mgr Excel Discussion (Misc queries) 2 August 29th 05 08:32 PM


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