Create IF statement with drop down

mayur553

New Member
Joined
Oct 19, 2010
Messages
12
Hi Experts,

I dont know if this can be down, i have been trying to work on this and see if you can create a IF statement by selecting various drop down which will feed the IF statement. Example:

Column AColumn BColumn CColumn D
Drop down list 1Drop down list 2Drop down list 3Drop down list 4
=IF(

<tbody>
</tbody>
I am trying to create a IF statement here where it will feed its input from all the drop down list:

Drop down list 1 - Has a list of headers in Row 1 of Another sheet (Example - Sales, Order, Price, Expenses)
Drop down list 2 - Has a list of signs (exampls - < > = + - )
Drop down list 3 - is similar to list 1 or can be a blank cell where we can put any number

the formula i am looking for is this

=IF(ColumnA(selected from drop down list 1) < (selected from dropdown list 2) 40 (Number inputed by user), then, true, False)

I am able to reference the Column A using Indirect and Address function. when i try to connect the statement it dosent work.

=IF(INDIRECT(ADDRESS(A11,B11,,,"Values"))&$D$2&$E$2,A11,"") - i get a #Value error as the & function converts the logical test as text.

D2 here is sign i select from drop down and E2 is number i input in dropdown 3.

Would appreciate if someone can help.
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college

Forum statistics

Threads
1,214,567
Messages
6,120,268
Members
448,953
Latest member
Dutchie_1

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top