Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ssa ssa is offline
external usenet poster
 
Posts: 1
Default find a data in a list that have a few hit

how to list out a data on a new column that have more that 3 hit. i.e
A B C
D
002-1931 C RJS,GRIP,RIGHT F RONCELLI PLASTICS INC
002-1955 G RJS,BASE,HANDLE F FRONTIER TECHNOLOGIES
002-1956 J RJS,OPTICAL HEAD F LAMB ENGINEERING INC
002-1958 B RJS,TEST SYMBOL F SYMBOLOGY INC
002-1958 B RJS,TEST SYMBOL F FIRESTREAM WORLDWIDE
002-1960 E RJS,TUBE,FAN F BARROT CORPORATION
002-1960 E RJS,TUBE,FAN F FRONTIER TECHNOLOGIES
002-2047 K RJS,LOWER BAS F RONCELLI PLASTICS INC

I WANT TO FIND ALL "002-1958" AND LIST UP COLUMN D IN COLUMN F. VLOOPUP ONLY
LIST 1 HIT. ANY HELP IS GREATLY APPRECIATED.

thks and regards. ssa
--
it''s not the eye that is blind, blind is the eye within the bossom
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default find a data in a list that have a few hit

Try the below; which will return the data in ColD for a mathching entry
'002-1958' in Col A. Apply this formula and copy down as required

Please note that this is an array formula. You create array formulas in the
same way that you create other formulas, except you press CTRL+SHIFT+ENTER to
enter the formula. If successful in 'Formula Bar' you can notice the curly
braces at both ends like "{=<formula}"

=IF(COUNTIF($A$1:$A$1000,"002-1958")<ROW(A1),"",INDEX(D$1:D$1000,
SMALL(IF($A$1:$A$1000="002-1958",ROW($A$1:$A$1000)),ROW(A1))))

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


"ssa" wrote:

how to list out a data on a new column that have more that 3 hit. i.e
A B C
D
002-1931 C RJS,GRIP,RIGHT F RONCELLI PLASTICS INC
002-1955 G RJS,BASE,HANDLE F FRONTIER TECHNOLOGIES
002-1956 J RJS,OPTICAL HEAD F LAMB ENGINEERING INC
002-1958 B RJS,TEST SYMBOL F SYMBOLOGY INC
002-1958 B RJS,TEST SYMBOL F FIRESTREAM WORLDWIDE
002-1960 E RJS,TUBE,FAN F BARROT CORPORATION
002-1960 E RJS,TUBE,FAN F FRONTIER TECHNOLOGIES
002-2047 K RJS,LOWER BAS F RONCELLI PLASTICS INC

I WANT TO FIND ALL "002-1958" AND LIST UP COLUMN D IN COLUMN F. VLOOPUP ONLY
LIST 1 HIT. ANY HELP IS GREATLY APPRECIATED.

thks and regards. ssa
--
it''s not the eye that is blind, blind is the eye within the bossom

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
How can I find data in one list and add it to another sheet? soconfused Excel Worksheet Functions 3 June 17th 09 04:38 PM
How do I find data excluded from a list in excel? Nguyen92002 Excel Discussion (Misc queries) 3 January 15th 09 09:34 PM
Excel 2002: How to find only the required data in a list ? Mr. Low Excel Discussion (Misc queries) 4 July 16th 07 03:26 PM
formula to find the data of a next cell in a list merrimop Excel Discussion (Misc queries) 2 May 2nd 06 08:16 AM
How do I find data from a list (or table) and insert it in a row? Bobgolfs56 Excel Discussion (Misc queries) 1 February 3rd 05 12:51 AM


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