Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Associating data for auto fill in from dropdown list

I have a large dropdown list and each item in the
dropdown list has assocated data in row formate. i want
to be able to choose an item in the dropdown list and
then have the assocated data automatically fill in. Is
this possible?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Associating data for auto fill in from dropdown list

you can have formulas in the cell that refer to the cell in the dropdown
list. (assume the dropdown is in A1 on the sheet where the formula will be
entered).


=Vlookup(A1,Sheet3!$A$1:$F$50,2,False)

would return the information in column B of Sheet3 for the row that has a
value in column A that matches the value in A1 of the sheet with the
formula. If the lookup values are not on the left side of the range, you
can use a combination of index and match

=Index(Sheet3!$B$1:$B$50,match(A1,Sheet3!$D$1:$D$5 0,0),1)

This would find the value in column D and return the corresponding value in
B.
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Associating data for auto fill in from dropdown list

Thanks Tom, your information was a big help.
-----Original Message-----
you can have formulas in the cell that refer to the cell

in the dropdown
list. (assume the dropdown is in A1 on the sheet where

the formula will be
entered).


=Vlookup(A1,Sheet3!$A$1:$F$50,2,False)

would return the information in column B of Sheet3 for

the row that has a
value in column A that matches the value in A1 of the

sheet with the
formula. If the lookup values are not on the left side

of the range, you
can use a combination of index and match

=Index(Sheet3!$B$1:$B$50,match(A1,Sheet3!$D$1:$D$ 50,0),1)

This would find the value in column D and return the

corresponding value in
B.

--
Regards,
Tom Ogilvy

"Mike Dooley"

wrote in message
...
I have a large dropdown list and each item in the
dropdown list has assocated data in row formate. i

want
to be able to choose an item in the dropdown list and
then have the assocated data automatically fill in. Is
this possible?



.

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
DropDown aand Auto Fill Maanu Excel Discussion (Misc queries) 5 March 30th 10 05:14 PM
DropDown aand Auto Fill מיכאל (מיקי) אבידן Excel Discussion (Misc queries) 0 March 30th 10 03:34 PM
DropDown aand Auto Fill Pritesh[_2_] Excel Discussion (Misc queries) 0 March 30th 10 03:28 PM
Associating a fill color with a cell value joshuare Excel Discussion (Misc queries) 2 December 5th 09 10:16 PM
auto fill or auto search from a list or drop-down list??????? Joe H.[_2_] Excel Discussion (Misc queries) 9 August 29th 08 12:56 AM


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