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 create a list that places data in 3 colmuns (cells) from mult row/

I am trying to create what I would call a pull down selector list . This
botton would open a pull down list , that would have multiple row with data
that is selected based on a standard set of data. This selected row in the
list is then placed in the three cells on the worksheet

For example :

spreadsheet has a botton for cell G11 to I11

the data for this comes from a list outside the working area and the list
would look like this:

Row Colmun
D E F
20 ma 4 20
21 volt 0.8 3.2
22 volt 1.0 5.0
(select one of the three options above)
(the data would be placed in the three cells on the
worksheet)

To me this should have been a fairly common requirement and simple to
actually setup. Can anyone tell me if this is possible and if so just how I
would do it.

Thanks
old fellow
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,073
Default create a list that places data in 3 colmuns (cells) from multrow/

On Apr 10, 8:26*am, old fellow
wrote:
I am trying to create what I would call a pull down selector list . This
botton would open a pull down list , that would have multiple row with data
that is selected based on *a standard set of data. This selected row in the
list is then placed in the three cells on the worksheet

*For example :

spreadsheet has a botton for cell G11 to I11

the data for this comes from a list outside the working area and the list
would look like this:

*Row * * * * * * * *Colmun
* * * * * * * * * * * D * * * *E * * * * F
*20 * * * * * * * *ma * * * *4 * * * *20
*21 * * * * * * * *volt * * 0.8 * * * 3.2
*22 * * * * * * * *volt * * 1.0 * * * 5.0
* * * * * * * * *(select one of the three options above)
* * * * * * * * *(the data would be placed in the three cells *on the
worksheet)

To me this should have been a fairly common requirement and simple to
actually setup. *Can anyone tell me if this is possible and if so just how I
would do it.

Thanks
old fellow


One way would be to combine the three values into one, then use the
column of combined values as the list source for data validation in
J11. Then use formulas in G11 to I11 that use the chosen triplet in
J11 to return the appropriate single value.

Using you example you could add this formula to G20...

=D20 & " | " & E20 & " | "& F20

(I have used space pipe space to separate the individual column
values)

Then fill the formula down to G22.

Then you could use data validation in J11, list, source = $G$20:$G$22.

Then use this formula in G11...

=INDEX(D20:D22,MATCH($J$11,$G$20:$G$22,FALSE))

and fill it across to I11.

Ken Johnson
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
referencing mult drop down list Eric Excel Worksheet Functions 3 January 21st 08 04:52 AM
How do you use a dropdown menu to enter data in mult. cells exce? John Baylis Excel Worksheet Functions 4 March 12th 07 10:01 AM
Problem protecting cells in a mult-page workbook Arsenio Oloroso Excel Discussion (Misc queries) 2 September 5th 06 02:34 PM
adding two colmuns together angela getz via OfficeKB.com Excel Discussion (Misc queries) 3 June 22nd 05 04:47 AM
Excel contact list-going from one row to mult. columns GTRich Excel Discussion (Misc queries) 1 June 3rd 05 10:48 PM


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