Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Look up text value

Hi all,
was wondering if you could help me, I am trying to do the following:

I've linked a dropdown box to a table with over 4000 entries in it and
need to selectevly bring up a text value from that table, for example:

The drop down menue contains:

Apple
Orange
Pear

then apple selected I need "Apple" and the text attached to the other
cell to pop up sa "ABC123" for Apple ABC124 for Orange and ABC125 for
Pear.

Hope this makes sense.

Thanks,
Stan

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Look up text value

Source table assumed in Sheet1 cols A and B, lookup values in col A,
associated text in col B

In Sheet2,
Assuming dropdown list is in A1, place in B1:
=IF(A1="","",VLOOKUP(A1,Sheet1!A:B,2,0))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
wrote in message
oups.com...
Hi all,
was wondering if you could help me, I am trying to do the following:

I've linked a dropdown box to a table with over 4000 entries in it and
need to selectevly bring up a text value from that table, for example:

The drop down menue contains:

Apple
Orange
Pear

then apple selected I need "Apple" and the text attached to the other
cell to pop up sa "ABC123" for Apple ABC124 for Orange and ABC125 for
Pear.

Hope this makes sense.

Thanks,
Stan



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
Sumif text is contained winthin a longer text string in a cell Johnny M[_2_] Excel Worksheet Functions 3 March 21st 07 02:50 PM
Text does not display in "Text boxs" and when wrapping text in a c Esteban Excel Discussion (Misc queries) 1 March 8th 07 11:59 PM
Counting a mixed text/number column based on text in another colum Sierra Vista Steve Excel Discussion (Misc queries) 3 December 17th 06 05:30 PM
want to remove all text characters equal to one character in length from text string [email protected] Excel Worksheet Functions 1 April 18th 05 12:25 AM
Macro or Function to make text size to suite text Length? lbbss Excel Discussion (Misc queries) 4 December 14th 04 07:53 PM


All times are GMT +1. The time now is 12:16 PM.

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"