#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Create List


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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Create List

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Create List


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
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 do I create a list of items in a column? stepaim Excel Worksheet Functions 3 May 6th 06 07:07 PM
Create List + Protection Jon Young Excel Discussion (Misc queries) 0 January 10th 06 12:39 AM
How to create a Sub validation list in excel? Simon Excel Discussion (Misc queries) 1 July 13th 05 10:31 AM
The pivot tables 101 article says to use the "Create List" comman. cgnoland03 New Users to Excel 2 January 14th 05 11:39 PM
create a drop down list with the source from a different workbook Sampath Excel Discussion (Misc queries) 2 January 8th 05 07:57 PM


All times are GMT +1. The time now is 04:15 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"