Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I have the following data in columns A & B Arabic 3 Chinese 4 English 2 French 1 German 3 Italian 1 Hebrew 4 Russion 1 Spanish 3 I would like to create a list in column C, that lists all the languages where the value is 3 - so column C should look like this: Arabic German Spanish Is there a formula that can do this? Any help would be appreciated. Thanks, Michael -- michael.a7 ------------------------------------------------------------------------ michael.a7's Profile: http://www.excelforum.com/member.php...o&userid=33027 View this thread: http://www.excelforum.com/showthread...hreadid=565355 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Select C1:C20, and enter this formula in the formula bar
=IF(ISERROR(SMALL(IF($B$1:$B$20=3,ROW($A1:$A20),"" ),ROW($A1:$A20))),"", INDEX($A$1:$A$20,SMALL(IF($B1:$B20=3,ROW($A1:$A20) ,""),ROW($A1:$A20)))) which is an array formula, it should be committed with Ctrl-Shift-Enter, not just Enter. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "michael.a7" wrote in message ... I have the following data in columns A & B Arabic 3 Chinese 4 English 2 French 1 German 3 Italian 1 Hebrew 4 Russion 1 Spanish 3 I would like to create a list in column C, that lists all the languages where the value is 3 - so column C should look like this: Arabic German Spanish Is there a formula that can do this? Any help would be appreciated. Thanks, Michael -- michael.a7 ------------------------------------------------------------------------ michael.a7's Profile: http://www.excelforum.com/member.php...o&userid=33027 View this thread: http://www.excelforum.com/showthread...hreadid=565355 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Many Thanks :) -- michael.a7 ------------------------------------------------------------------------ michael.a7's Profile: http://www.excelforum.com/member.php...o&userid=33027 View this thread: http://www.excelforum.com/showthread...hreadid=565355 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I create a list of items in a column? | Excel Worksheet Functions | |||
Create List + Protection | Excel Discussion (Misc queries) | |||
How to create a Sub validation list in excel? | Excel Discussion (Misc queries) | |||
The pivot tables 101 article says to use the "Create List" comman. | New Users to Excel | |||
create a drop down list with the source from a different workbook | Excel Discussion (Misc queries) |