Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Multiple-column Drop-down

I'm not sure if what I'm trying to do is even possible, but if anyone could
figure out how to do it, that would be great!
Here's what I want to happen: I want one column (say, B) to have a drop-down
list of things, say W, X, Y, Z. Then, when you choose an option, say W, I
want pre-set values to appear in columns C, D, E, etc.
For example, if you pick W in the drop-down list in column B, then in column
C, the number 1 would appear, and in D, 2, E, 3, etc. (So it would look like:
W 1 2 3 ...)
Or if you pick X, it might be: X 5 6 7 ....
Y might be: Y 3 7 2 ....
etc

Is it possible to make this happen? If so, how??? In the simplest terms,
please :)
Thank you so much!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 698
Default Multiple-column Drop-down

Yes you can do that.

Do this on a blank worksheet to get the concept.

IN B1 do your drop down list of W, X, Y, Z.
In column H1:H4 enter W, X, Y, Z.
In I1:K1 enter 1, 2, 3.
In I2:K2 enter 4, 5, 6.
In I3:K3 enter 7, 8, 9.
In I4:K4 enter 10, 11, 12.

Now select C1:E1, and while STILL selected type in this LOOKUP formula:

VLOOKUP(B1,H1:K4,{2,3,4},0)

Now use CTRL + SHIFT + ENTER to commit. (It is an ARRAY formula, Excel will
put curly brackets { } around the formulas, don't do this yourself.)

Change the selection in the B1 drop down to see the different returns in C,
D and E.

If your data changes and you need to alter the vlookup formula, you will
need to reselect ALL three cells containing the formula (C1:E1) then modify
the formula and re-commit with CTRL + SHIFT + ENTER.

If you want to delete the formula you will also have to select all three
cells containing the ARRAY formula and hit delete.

HTH
Regards,
Howard

"mburr88" wrote in message
...
I'm not sure if what I'm trying to do is even possible, but if anyone
could
figure out how to do it, that would be great!
Here's what I want to happen: I want one column (say, B) to have a
drop-down
list of things, say W, X, Y, Z. Then, when you choose an option, say W, I
want pre-set values to appear in columns C, D, E, etc.
For example, if you pick W in the drop-down list in column B, then in
column
C, the number 1 would appear, and in D, 2, E, 3, etc. (So it would look
like:
W 1 2 3 ...)
Or if you pick X, it might be: X 5 6 7 ....
Y might be: Y 3 7 2 ....
etc

Is it possible to make this happen? If so, how??? In the simplest terms,
please :)
Thank you so much!!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 79
Default Multiple-column Drop-down

http://www.contextures.on.ca/xlDataVal13.html

this will help if still not sure ---- reply
--
grizz


"mburr88" wrote:

I'm not sure if what I'm trying to do is even possible, but if anyone could
figure out how to do it, that would be great!
Here's what I want to happen: I want one column (say, B) to have a drop-down
list of things, say W, X, Y, Z. Then, when you choose an option, say W, I
want pre-set values to appear in columns C, D, E, etc.
For example, if you pick W in the drop-down list in column B, then in column
C, the number 1 would appear, and in D, 2, E, 3, etc. (So it would look like:
W 1 2 3 ...)
Or if you pick X, it might be: X 5 6 7 ....
Y might be: Y 3 7 2 ....
etc

Is it possible to make this happen? If so, how??? In the simplest terms,
please :)
Thank you so much!!

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
Multiple Drop Down List tigermoth Excel Discussion (Misc queries) 1 March 7th 08 02:30 PM
Adding multiple values in one column based on multiple values of the same value (text) in another column [email protected] Excel Discussion (Misc queries) 1 May 16th 07 06:02 PM
Multiple blocks (double column lists) turned into drop down list Mister_Paul_K Excel Discussion (Misc queries) 0 March 30th 07 10:00 AM
Multiple hyperlinks from drop down box lauren_roberts08 Excel Worksheet Functions 1 June 13th 06 06:50 PM
multiple select from the drop down list in excel. list in one sheet and drop down in sriramus Excel Discussion (Misc queries) 5 October 27th 05 06:55 PM


All times are GMT +1. The time now is 05:02 PM.

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"