A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Combo box



 
 
Thread Tools Display Modes
  #1  
Old July 3rd, 2009, 05:32 AM posted to microsoft.public.excel.misc
G
external usenet poster
 
Posts: 170
Default Combo box

Is it possible in Excel to create a list box/combo box and after selecting 1
entry populate next columns with values. For ex. after selecting name
populate column b with home phone number and column c with work number.
  #2  
Old July 3rd, 2009, 05:38 AM posted to microsoft.public.excel.misc
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default Combo box

Possible. One way is using VLOOKUP().

Refer
http://www.contextures.com/xlFunctions02.html

If this post helps click Yes
---------------
Jacob Skaria


"G" wrote:

Is it possible in Excel to create a list box/combo box and after selecting 1
entry populate next columns with values. For ex. after selecting name
populate column b with home phone number and column c with work number.

  #3  
Old July 3rd, 2009, 06:02 AM posted to microsoft.public.excel.misc
Shane Devenshire[_3_]
external usenet poster
 
Posts: 3,333
Default Combo box

Hi,

1. First I would create you combo box using Data, Validation, and picking
List under Allows, and referr to a range containing the list in the Source
box, for example, =AA1:AA50
2. in AB1:AB50 enter the items you want to return in the column next to the
combo box.
3. If the Data, Validation list is in A1 then in B1 use something like
=VLOOKUP(A1,AB1:AB50,2,FALSE)



--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"G" wrote:

Is it possible in Excel to create a list box/combo box and after selecting 1
entry populate next columns with values. For ex. after selecting name
populate column b with home phone number and column c with work number.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:14 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.