Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In spreadsheet Book 2
Column A Column B Column C Column D Column E Column F Name Rates Address City Zip Code Jane Doe 76.76 555 North Dear Born Chicago 55555 IL Ray Cohen 12.11 2 North Dear Born Chicago 1 NY In book 3 I want drop down menus for columns A, C, D, E,F from the info of book 2. When I choose the name in column A in book 3 i want the rates to pop automaically. Ex when I choose Jane Doe i want her rate to pop automaically as 76.76. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Look at VLOOKUP in help.
-- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "CYNTHIA" wrote in message ... In spreadsheet Book 2 Column A Column B Column C Column D Column E Column F Name Rates Address City Zip Code Jane Doe 76.76 555 North Dear Born Chicago 55555 IL Ray Cohen 12.11 2 North Dear Born Chicago 1 NY In book 3 I want drop down menus for columns A, C, D, E,F from the info of book 2. When I choose the name in column A in book 3 i want the rates to pop automaically. Ex when I choose Jane Doe i want her rate to pop automaically as 76.76. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I dont know how to set up book 3 using book 2 info at all.
"Bob Phillips" wrote: Look at VLOOKUP in help. -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "CYNTHIA" wrote in message ... In spreadsheet Book 2 Column A Column B Column C Column D Column E Column F Name Rates Address City Zip Code Jane Doe 76.76 555 North Dear Born Chicago 55555 IL Ray Cohen 12.11 2 North Dear Born Chicago 1 NY In book 3 I want drop down menus for columns A, C, D, E,F from the info of book 2. When I choose the name in column A in book 3 i want the rates to pop automaically. Ex when I choose Jane Doe i want her rate to pop automaically as 76.76. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Let's say your data is in book 2 A2:F5 In the cell in book 3 where you want the rate to pop automatically enter.. =VLOOKUP(A2,'Book2!'A2:F5,2) This Looks at what is entered in cell A2 then looks up the first column of your table in book 2 and returns the result from the same row and 2nd column in the table. "CYNTHIA" wrote: I dont know how to set up book 3 using book 2 info at all. "Bob Phillips" wrote: Look at VLOOKUP in help. -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "CYNTHIA" wrote in message ... In spreadsheet Book 2 Column A Column B Column C Column D Column E Column F Name Rates Address City Zip Code Jane Doe 76.76 555 North Dear Born Chicago 55555 IL Ray Cohen 12.11 2 North Dear Born Chicago 1 NY In book 3 I want drop down menus for columns A, C, D, E,F from the info of book 2. When I choose the name in column A in book 3 i want the rates to pop automaically. Ex when I choose Jane Doe i want her rate to pop automaically as 76.76. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Cynthia,
This site has good information to get you started (Thanks to Debra Dalgleish).. http://www.contextures.com/xlDataVal01.htm For the rates to pop automatically you could use a Vlookup function.. Regards, Gav "CYNTHIA" wrote: In spreadsheet Book 2 Column A Column B Column C Column D Column E Column F Name Rates Address City Zip Code Jane Doe 76.76 555 North Dear Born Chicago 55555 IL Ray Cohen 12.11 2 North Dear Born Chicago 1 NY In book 3 I want drop down menus for columns A, C, D, E,F from the info of book 2. When I choose the name in column A in book 3 i want the rates to pop automaically. Ex when I choose Jane Doe i want her rate to pop automaically as 76.76. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Gav for responding to my posting.
I went on that website 5x and I can't get it. Can you walk me through step by step. "Gav123" wrote: Hi Cynthia, This site has good information to get you started (Thanks to Debra Dalgleish).. http://www.contextures.com/xlDataVal01.htm For the rates to pop automatically you could use a Vlookup function.. Regards, Gav "CYNTHIA" wrote: In spreadsheet Book 2 Column A Column B Column C Column D Column E Column F Name Rates Address City Zip Code Jane Doe 76.76 555 North Dear Born Chicago 55555 IL Ray Cohen 12.11 2 North Dear Born Chicago 1 NY In book 3 I want drop down menus for columns A, C, D, E,F from the info of book 2. When I choose the name in column A in book 3 i want the rates to pop automaically. Ex when I choose Jane Doe i want her rate to pop automaically as 76.76. |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Ooops a small typo...
http://www.contextures.com/xlDataVal01.html "CYNTHIA" wrote: Thanks Gav for responding to my posting. I went on that website 5x and I can't get it. Can you walk me through step by step. "Gav123" wrote: Hi Cynthia, This site has good information to get you started (Thanks to Debra Dalgleish).. http://www.contextures.com/xlDataVal01.htm For the rates to pop automatically you could use a Vlookup function.. Regards, Gav "CYNTHIA" wrote: In spreadsheet Book 2 Column A Column B Column C Column D Column E Column F Name Rates Address City Zip Code Jane Doe 76.76 555 North Dear Born Chicago 55555 IL Ray Cohen 12.11 2 North Dear Born Chicago 1 NY In book 3 I want drop down menus for columns A, C, D, E,F from the info of book 2. When I choose the name in column A in book 3 i want the rates to pop automaically. Ex when I choose Jane Doe i want her rate to pop automaically as 76.76. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop down menu along with price | Excel Discussion (Misc queries) | |||
choose a product from a drop down list i need it to insert a price | Excel Worksheet Functions | |||
Return a price based on a customer from a drop down list | Excel Discussion (Misc queries) | |||
Cross-referenced drop-down menu (nested drop-downs?) | Excel Worksheet Functions | |||
In MS Excel, after you input an USD amount, an option for automat. | Excel Worksheet Functions |