Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 86
Default Drop down menu along with price

I have names in column A and in columnB I have rates in spreadsheet 1.

I have to make another spreadsheet (spreadsheet 2) where column A says the
name like Column A and column B in that says the rate like spreadsheet 1.

I would to have a drop down menu where I dont have to type in the name in
column A and just select their name from a drop down menu and their rates
automallically pop up in column B.

For example:
Column A ColumnB

Jane $45.00
Doe $32.00
John $12.00
Smith $45.00
Mark $90.00

I dont want to type this manually column A i want to choose from a drop down
and have all of column B's rates pop up correctly in spreadsheet 2.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 281
Default Drop down menu along with price

Hi,

sheet1: name range in your example (A1:B5) to for example DrupMenu

sheet2: active column A and go to the menu Data Validation and choos List
in combobox and enter the formula below inthe source text box:
=INDEX(DrupMenu,0,1) and then click OK
enter the formula below in the cell B1:
=VLOOKUP(A1,DrupMenu,2,false) and copy drag down the formula to where ever
you need

if you couldn't do it send your filt to me i can do it for you


Thanks,


--
Farhad Hodjat


"CYNTHIA" wrote:

I have names in column A and in columnB I have rates in spreadsheet 1.

I have to make another spreadsheet (spreadsheet 2) where column A says the
name like Column A and column B in that says the rate like spreadsheet 1.

I would to have a drop down menu where I dont have to type in the name in
column A and just select their name from a drop down menu and their rates
automallically pop up in column B.

For example:
Column A ColumnB

Jane $45.00
Doe $32.00
John $12.00
Smith $45.00
Mark $90.00

I dont want to type this manually column A i want to choose from a drop down
and have all of column B's rates pop up correctly in spreadsheet 2.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 281
Default Drop down menu along with price

Hi again,

If you don't want to see the N/A errors change the vlookup formula to:

=IF(ISNA(VLOOKUP(A1,DrupMenu,2,FALSE)),"",VLOOKUP( A1,DrupMenu,2,FALSE))

Thanks,
--
Farhad Hodjat


"Farhad" wrote:

Hi,

sheet1: name range in your example (A1:B5) to for example DrupMenu

sheet2: active column A and go to the menu Data Validation and choos List
in combobox and enter the formula below inthe source text box:
=INDEX(DrupMenu,0,1) and then click OK
enter the formula below in the cell B1:
=VLOOKUP(A1,DrupMenu,2,false) and copy drag down the formula to where ever
you need

if you couldn't do it send your filt to me i can do it for you


Thanks,


--
Farhad Hodjat


"CYNTHIA" wrote:

I have names in column A and in columnB I have rates in spreadsheet 1.

I have to make another spreadsheet (spreadsheet 2) where column A says the
name like Column A and column B in that says the rate like spreadsheet 1.

I would to have a drop down menu where I dont have to type in the name in
column A and just select their name from a drop down menu and their rates
automallically pop up in column B.

For example:
Column A ColumnB

Jane $45.00
Doe $32.00
John $12.00
Smith $45.00
Mark $90.00

I dont want to type this manually column A i want to choose from a drop down
and have all of column B's rates pop up correctly in spreadsheet 2.

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
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
Drop down menu murph Excel Worksheet Functions 1 June 22nd 06 03:20 AM
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
Drop down menu Pong Excel Discussion (Misc queries) 12 March 22nd 05 08:34 PM


All times are GMT +1. The time now is 07:51 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"