Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Try this. Suppose the data is in range A9:B11. Enter Blue in cell A13. In cell B13, array enter (Ctrl+Shift+Enter) the following =IF(ISERROR(INDEX($A$9:$B$11,SMALL(IF($B$9:$B$11=$ A$13,ROW($B$9:$B$11)),ROW(1:1))-ROW(B$8),1)),"",INDEX($A$9:$B$11,SMALL(IF($B$9:$B$ 11=$A$13,ROW($B$9:$B$11)),ROW(1:1))-ROW(B$8),1)) Now you can copy this formula down -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "rafael" wrote in message ... imagine i have two rows: name and color: mary blue ken brown will blue what i want is having, in another row, just the names that have blue eyes, like mary will thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Use detailed data in one worksheet to create summary data as chart source | Charts and Charting in Excel | |||
Create US Map/link to data | Excel Discussion (Misc queries) | |||
How to create a dynamic chart using data from every 7th data row | Charts and Charting in Excel | |||
create data entry GUI? | Excel Discussion (Misc queries) | |||
create a data-series based on two different columns of data ? | Charts and Charting in Excel |