Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre
 
Posts: n/a
Default Drop Down Lists - assign a value based on selection

Thanks for the feedback, Neil....much appreciated. I'm glad I could help.

Regards,
Ron


"Neil M" wrote:

YESSSSSSSSSSS!!!! I HAVE EXORCISED THE DEMON!!!

Thank you so very much Ron!!

It worked out great.
Neil

"Ron Coderre" wrote:

On another sheet in that workbook, enter a 2 column list of Lumber Size and
Weight
Example:
Stock Wgt
2 x 4 2.25
4 x 4 3.50
etc.

Then select that range and name it:
InsertNameDefine
Name: LU_StockWgt
Refers to: (your range)

Next, on your main sheet:
A2: =VLOOKUP(A1,LU_StockWgt,2,0)

If you don't want to see the #NA when the dropdown cell is empty, try this:
A2: =IF(ISBLANK(A1,"",VLOOKUP(A1,LU_StockWgt,2,0))

Does that help?

€¢€¢€¢€¢€¢€¢€¢€¢€¢€¢
Regards,
Ron


"Neil M" wrote:

Okay, first here is what I have. I will use examples to be as detailed as
possible.

On my worksheet I have a column (Lets say A1). In that column there is a
drop down menu/list of different types of materials. I have created this drop
down from a range of cells using the data/validation/list tool.

Now, in this menu, I have different types of lumber (i.e. 2 x 4, 2 x 6, 2 x
8, etc.) next to that cell (lets say A2) I need a formula that will
automatically select a wieght of the type of lumber I choose. For example, a
2 x 4 weighs 2.25 lbs per foot. So, if I scroll to "2 x 4" in cell A1, I want
cell A2 to automatically display "2.25".

Is this possible?

Thanks

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 lists - thanks (and one more query) Alex McKenzie Excel Worksheet Functions 1 October 8th 05 07:40 AM
How to change drop down values based on another cell value? puneetarora_12 Excel Discussion (Misc queries) 3 October 5th 05 11:28 AM
drop down values based on the another drop down Gupta New Users to Excel 1 October 5th 05 11:22 AM
need to populate several cells based on drop down menu selection TerriF Excel Discussion (Misc queries) 1 May 18th 05 10:27 PM
Data Validation - Drop down lists - if then? Steve R Excel Discussion (Misc queries) 2 April 8th 05 06:13 PM


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