Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default drop down list populates data in another cell

I'm am creating a spreadsheet that has a drop down list to select a specific
product and I want the selection from the list to automatically generate data
for that product in another cell.

For example:
Cell A2 Drop down list will offer:
Mirror 1
Mirror 2
Mirror 3

If Mirror 1 is selected I want a certain dollar amount to appear in cell D2.
If Mirror 2 is selected a different dollar amount will appear in D2, etc.

I've reviewed this link: http://contextures.com/xlDataVal02.html
but I'm not sure that is what I am looking for.

Any suggestions would be appreciated.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default drop down list populates data in another cell


That's a standard VLOOKUP formula. I presume you have a list somewhere
with these items and prices? Try VLOOKUP in this format to specifically
get the data:

Sheet2=Column A - your items
Sheet2=Column B - your prices
Sheet2=Column C - item codes
A1= your drop down selection (perhaps on sheet1)

=VLOOKUP(A1,Sheet2!$A$2:$C$100,_2_,FALSE) -gets price
=VLOOKUP(A1,Sheet2!$A$2:$C$100,_3_,FALSE) -gets item code


--
JBeaucaire
------------------------------------------------------------------------
JBeaucaire's Profile: http://www.thecodecage.com/forumz/member.php?userid=73
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=45527

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default drop down list populates data in another cell

Same site, different technique:

http://contextures.com/xlFunctions02.html

--
Biff
Microsoft Excel MVP


"Amanda H" wrote in message
...
I'm am creating a spreadsheet that has a drop down list to select a
specific
product and I want the selection from the list to automatically generate
data
for that product in another cell.

For example:
Cell A2 Drop down list will offer:
Mirror 1
Mirror 2
Mirror 3

If Mirror 1 is selected I want a certain dollar amount to appear in cell
D2.
If Mirror 2 is selected a different dollar amount will appear in D2, etc.

I've reviewed this link: http://contextures.com/xlDataVal02.html
but I'm not sure that is what I am looking for.

Any suggestions would be appreciated.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,346
Default drop down list populates data in another cell

Hi JBeaucaire,

Just as you bold formatting put *'s around parts of your formulas now we are
seeing underscores around the column references for the VLOOKUP formulas.
Although the advanced users may have no problem with this, if may drive the
newer users crazy trying to figure out why a formula like

=VLOOKUP(A1,Sheet2!$A$2:$C$100,_2_,FALSE) doesn't work. Note this displays
on the web interface as underscore2underscore.

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"JBeaucaire" wrote:


That's a standard VLOOKUP formula. I presume you have a list somewhere
with these items and prices? Try VLOOKUP in this format to specifically
get the data:

Sheet2=Column A - your items
Sheet2=Column B - your prices
Sheet2=Column C - item codes
A1= your drop down selection (perhaps on sheet1)

=VLOOKUP(A1,Sheet2!$A$2:$C$100,_2_,FALSE) -gets price
=VLOOKUP(A1,Sheet2!$A$2:$C$100,_3_,FALSE) -gets item code


--
JBeaucaire
------------------------------------------------------------------------
JBeaucaire's Profile: http://www.thecodecage.com/forumz/member.php?userid=73
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=45527


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default drop down list populates data in another cell


Understood. I am just now being made aware how helping on one way is
screwing up things down the line, so I'll stop doing that. Oh well.


--
JBeaucaire
------------------------------------------------------------------------
JBeaucaire's Profile: http://www.thecodecage.com/forumz/member.php?userid=73
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=45527

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
Data Validation - In cell drop Down List VandyBill Excel Discussion (Misc queries) 1 January 17th 08 02:34 PM
Dropdown List that populates another column HAZBONES Excel Worksheet Functions 7 December 1st 07 03:10 AM
Select a category from a list that populates related cells Jules73 Excel Worksheet Functions 1 March 21st 07 07:28 PM
Type data in one cell - and it automatically populates another cel Tom Excel Worksheet Functions 5 March 18th 07 04:21 AM
Selection in 1st list box populates 2nd list box [email protected] Excel Worksheet Functions 4 February 15th 07 03:07 PM


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