Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default I can't remember how to...


I'm drawing a blank here. I have two columns in Excel, B5:C50. In B
there is a validation drop box with a series of numbers. When the user
selects one of the numbers, i want C to display a specific word. For
instance, if the user goes to B5 and selects the number 2, C5 should
display "example".
I just can't remember how to do this. Any suggestions?
Thanks.


--
ForSale
------------------------------------------------------------------------
ForSale's Profile: http://www.excelforum.com/member.php...o&userid=11896
View this thread: http://www.excelforum.com/showthread...hreadid=378851

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default I can't remember how to...

In some empty region of your worksheet, create a list of numbers
and their corresponding words. Then, use the VLOOKUP function to
retrieve the word based on its number.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"ForSale"
wrote in message
...

I'm drawing a blank here. I have two columns in Excel, B5:C50.
In B
there is a validation drop box with a series of numbers. When
the user
selects one of the numbers, i want C to display a specific
word. For
instance, if the user goes to B5 and selects the number 2, C5
should
display "example".
I just can't remember how to do this. Any suggestions?
Thanks.


--
ForSale
------------------------------------------------------------------------
ForSale's Profile:
http://www.excelforum.com/member.php...o&userid=11896
View this thread:
http://www.excelforum.com/showthread...hreadid=378851



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default I can't remember how to...


Thanks. I've never been very comfortable with the VLookup thing. Can
you provide a little help with that?
I put the numbers in H1:H23 and the corresponding words in I1:I23.
Thanks.


--
ForSale
------------------------------------------------------------------------
ForSale's Profile: http://www.excelforum.com/member.php...o&userid=11896
View this thread: http://www.excelforum.com/showthread...hreadid=378851

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default I can't remember how to...


Your master table is lets say in range A1:B5, which hold data like:
1 mangesh
2 example
3 forsale
4 four
5 five

In Cell I1, enter
=VLOOKUP(H1,$A$1:$B$5,2)

and copy down.

Mangesh


--
mangesh_yadav
------------------------------------------------------------------------
mangesh_yadav's Profile: http://www.excelforum.com/member.php...o&userid=10470
View this thread: http://www.excelforum.com/showthread...hreadid=378851

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default I can't remember how to...


That did it. I appreciate the help.
Keep up the good work.


--
ForSale
------------------------------------------------------------------------
ForSale's Profile: http://www.excelforum.com/member.php...o&userid=11896
View this thread: http://www.excelforum.com/showthread...hreadid=378851



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default I can't remember how to...


Thanks for the feedback.

Mangesh


--
mangesh_yadav
------------------------------------------------------------------------
mangesh_yadav's Profile: http://www.excelforum.com/member.php...o&userid=10470
View this thread: http://www.excelforum.com/showthread...hreadid=378851

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
I cannot remember... nginear Excel Discussion (Misc queries) 3 September 17th 09 05:18 PM
Can someone please help me to remember tzap_1998 New Users to Excel 2 January 25th 08 11:22 AM
Can't remember....please assist Latina Excel Discussion (Misc queries) 4 February 8th 07 08:20 PM
I used to be able to do this, I can't remember how punter Excel Discussion (Misc queries) 3 March 2nd 06 04:22 PM
Remember and add valeter New Users to Excel 2 April 13th 05 11:46 PM


All times are GMT +1. The time now is 08:55 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"