Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
juggernaught
 
Posts: n/a
Default I wish to automatically populate cells with list data when a item.

I wish to automatically populate cells with static data when a selection is
made from a drop down list.

Say when 3000 is selected from the drop down list, I want the description
associated with 3000 to be automattically populated in the cell next to it.

I'm sure this is easy but.......
  #2   Report Post  
RagDyer
 
Posts: n/a
Default

You can use the Vlookup() function to fill in the adjoining cells, where it
(Vlookup) will match the drop-down list selection by polling an existing
datalist, which can be located in an "out-of-the-way" section of the current
sheet, or on a different sheet altogether.

Check out this web page of Debra Dalgleish for instructions.

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

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"juggernaught" wrote in message
...
I wish to automatically populate cells with static data when a selection is
made from a drop down list.

Say when 3000 is selected from the drop down list, I want the description
associated with 3000 to be automattically populated in the cell next to it.

I'm sure this is easy but.......

  #3   Report Post  
Michael
 
Posts: n/a
Default

Hi
Have a look at the VLOOKUP function to solve this issue.

If your drop down data is in A1, you could use the VLLOKUP in B1 as follows.

=VLOOKUP(A1,range,2, FALSE)

where A1 is your reference data, range is the cells where your lookup data
is stored, 2 is the column that holds your description and FALSE forces the
formula to only give a result if there is an exact match.

HTH
Michael

"juggernaught" wrote:

I wish to automatically populate cells with static data when a selection is
made from a drop down list.

Say when 3000 is selected from the drop down list, I want the description
associated with 3000 to be automattically populated in the cell next to it.

I'm sure this is easy but.......

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
Lookup with two variable data list cells Monkey Excel Worksheet Functions 2 February 10th 05 11:29 PM
Eliminate creating list that returns blank cells Marc Todd Excel Worksheet Functions 1 January 26th 05 09:58 PM
automatic color change in cells using a drop down list kennethwt Excel Worksheet Functions 1 January 21st 05 06:37 PM
Extracting Values on one list and not another B Schwarz Excel Discussion (Misc queries) 4 January 7th 05 01:48 PM
Protected cells -automatically format to a different color Fred Evans Excel Discussion (Misc queries) 9 December 3rd 04 12:59 PM


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