Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 86
Default Please help. Need drop down menu for name&price to pop up automat

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 136
Default Please help. Need drop down menu for name&price to pop up automat

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.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Please help. Need drop down menu for name&price to pop up automat

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 86
Default Please help. Need drop down menu for name&price to pop up aut

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.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 86
Default Please help. Need drop down menu for name&price to pop up aut

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.








  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 136
Default Please help. Need drop down menu for name&price to pop up aut

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.



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 136
Default Please help. Need drop down menu for name&price to pop up aut


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.






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
Drop down menu along with price CYNTHIA Excel Discussion (Misc queries) 3 August 23rd 07 10:50 PM
choose a product from a drop down list i need it to insert a price Barnzy Excel Worksheet Functions 6 April 12th 07 04:48 PM
Return a price based on a customer from a drop down list Pete Elbert Excel Discussion (Misc queries) 7 May 1st 06 02:54 AM
Cross-referenced drop-down menu (nested drop-downs?) creativeops Excel Worksheet Functions 4 November 22nd 05 05:41 PM
In MS Excel, after you input an USD amount, an option for automat. Mohamed S. Excel Worksheet Functions 6 February 1st 05 06:09 AM


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