Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Interactive worksheet

How can I create a worksheet that allows a user to select an item from a
drop-down list and then have the adjacent cells filled automatically with the
corresponding data from another worksheet?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 67
Default Interactive worksheet


Tria_Arch wrote:
How can I create a worksheet that allows a user to select an item from a
drop-down list and then have the adjacent cells filled automatically with the
corresponding data from another worksheet?


Have the drop down list index another list from the corresponding
worksheet.

So for you drop down have a list, have the output cell return the index
number, use this number to index the other worksheet and return you
value/string next to the dropdown.

Hope this makes sence.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,118
Default Interactive worksheet

Unless you've got your heart set on writing a VBA program, you'd only need to
use Data Validation (to create the dropdown list) and the VLOOKUP function to
find items from the list on the other sheet and return corresponding values.

Debra Dalgleish's website has instructions for both:
http://www.contextures.com/xlDataVal01.html
and
http://www.contextures.com/xlFunctions02.html

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Tria_Arch" wrote:

How can I create a worksheet that allows a user to select an item from a
drop-down list and then have the adjacent cells filled automatically with the
corresponding data from another worksheet?

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Interactive worksheet

That did the trick, thanks

"Ron Coderre" wrote:

Unless you've got your heart set on writing a VBA program, you'd only need to
use Data Validation (to create the dropdown list) and the VLOOKUP function to
find items from the list on the other sheet and return corresponding values.

Debra Dalgleish's website has instructions for both:
http://www.contextures.com/xlDataVal01.html
and
http://www.contextures.com/xlFunctions02.html

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Tria_Arch" wrote:

How can I create a worksheet that allows a user to select an item from a
drop-down list and then have the adjacent cells filled automatically with the
corresponding data from another worksheet?

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
Publishing an interactive Excel worksheet on the web JRW New Users to Excel 0 February 6th 08 07:06 PM
Interactive Worksheet Interactive worksheet Excel Discussion (Misc queries) 5 May 17th 05 02:41 PM
Interactive worksheet Interactivity Excel Programming 2 May 17th 05 02:58 AM
How do I collect data from an interactive web worksheet and impor. worksheetmom Excel Discussion (Misc queries) 3 February 20th 05 12:38 AM
Office 2003 will not view interactive Worksheet saved as a web pa. Javier Colunga Excel Worksheet Functions 0 November 10th 04 10:59 PM


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