ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How do I change the output value of a drop down box? (https://www.excelbanter.com/excel-discussion-misc-queries/67079-how-do-i-change-output-value-drop-down-box.html)

DALLIN

How do I change the output value of a drop down box?
 
I want to create a drop down box that displays a rebar size. upon selection
of the size, in the output cell designated, I would like it to display the
area of that rebar size. I can't use a simple if statement because there are
10 different size and you can only use 7 nested if statement. what can I do?



ufo_pilot

How do I change the output value of a drop down box?
 
If your drop down is A1
and you want your output to be in say B1
Lets say your list is in C1:D10
column C is where you made your drop down list from, column D is where your
rebar output would reside
Then
=VLOOKUP(A1,C1:D10,2,FALSE)
TRUE means Col.C is sorted or FALSE for unsortd (alpha-numerical order)

"DALLIN" wrote:

I want to create a drop down box that displays a rebar size. upon selection
of the size, in the output cell designated, I would like it to display the
area of that rebar size. I can't use a simple if statement because there are
10 different size and you can only use 7 nested if statement. what can I do?




All times are GMT +1. The time now is 10:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com