#1   Report Post  
Posted to microsoft.public.excel.misc
Dig Dig is offline
external usenet poster
 
Posts: 17
Default Lists

I need to setup a small table with 2 columns and maybe 10 to 15 rows. I want
to be able to have a person access this info with either a list or drop down
list so they can choose an item from the table and have it inserted into a
cell.

I would like the user to be able to see both columns because the left column
will help them decide which item in the right colum they need to insert.

The table could be on a seperate sheet. Also if something in the list is
updated will everything chang where the info was previously inserted?

Is this possible with Excel?
Thank you for your help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 611
Default Lists

Dig,

This is usually done with Data - Validation - List, against one column in the table, then
using VLOOKUP formulas to get the other cells of that row in the table. Validation doesn't
support showing two columns, but you can put an extra column in the table that has the two
concatenated:

= A2 & A3
= A2 & " " & A3
= A2 & "/" & A3

This concatenation will become the key that the VLOOKUPs must use, since that's what
Validation list dropdown will put in the cell.
--
Earl Kiosterud
www.smokeylake.com

Note: Top-posting has been the norm here.
Some folks prefer bottom-posting.
But if you bottom-post to a reply that's
already top-posted, the thread gets messy.
When in Rome...
-----------------------------------------------------------------------
"Dig" wrote in message
...
I need to setup a small table with 2 columns and maybe 10 to 15 rows. I want
to be able to have a person access this info with either a list or drop down
list so they can choose an item from the table and have it inserted into a
cell.

I would like the user to be able to see both columns because the left column
will help them decide which item in the right colum they need to insert.

The table could be on a seperate sheet. Also if something in the list is
updated will everything chang where the info was previously inserted?

Is this possible with Excel?
Thank you for your help.



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
How to clear validation lists based on other validation lists Ben Excel Discussion (Misc queries) 1 March 12th 07 07:11 PM
LISTS- adding info without repeat to other lists Jemimastar Excel Discussion (Misc queries) 1 December 1st 06 09:29 PM
Lists referencing lists...is it possible? JohnB Excel Worksheet Functions 2 October 18th 06 06:37 PM
Multiple lists with repeated values for dependet drop down lists mcmanusb Excel Worksheet Functions 1 September 29th 06 12:13 AM
lists from other lists in excel Lew Excel Worksheet Functions 5 March 13th 06 07:21 PM


All times are GMT +1. The time now is 02:16 AM.

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"