Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In B1 use =A1
In B2, add =IF(ISERROR(MATCH(0,COUNTIF(B$1:B1,$A$1:$A$20&""), 0)),"", INDEX(IF(ISBLANK($A$1:$A$20),"",$A$1:$A$20),MATCH( 0,COUNTIF(B$1:B1,$A$1:$A$2 0&""),0))) which is an array formula, so commit with C trl-Shift-Enter, then copy down. -- HTH Bob Phillips (remove nothere from email address if mailing direct) "rhinozw" wrote in message ... I have a column of names and in the column there are 20 rows saying "apples" and 10 rows saying "oranges" and 5 rows of "bannanas". I would like to produce a report that pulls only the name i.e. "apples", which would then allow me to produce a consolidated list of names. This would mean that I would end up with 3 rows one saying "apples", one saying "oranges and one saying "bannanas". |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to randomly select from a list with condition | Excel Worksheet Functions | |||
named range, data validation: list non-selected items, and new added items | Excel Discussion (Misc queries) | |||
create a list of worksheet names (from a single folder, or open files) | Excel Discussion (Misc queries) | |||
Assign values to names in a drop-down list? | Excel Discussion (Misc queries) | |||
Setting up a random list from long list of names ? | Excel Discussion (Misc queries) |