Using If statments and Data Validation

LanceDracofire

New Member
Joined
Jan 5, 2012
Messages
10
I am trying to create a formula consisting of if statements based on a data validation box. The formula im trying is



=IF(a1="Medium",i9*0.03,IF(a1="High",i9*0.7,IF(a1="Low",i9*0.01,0)))

A1 is in a table with a dropdown box to limit to High,Medium,and Low.im also adding similar if statments to this so it adds it all up in b2 <!-- / message -->
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Hi there,

What is the problem you are experiencing? This formula should work fine.
 
Upvote 0
Im using a table and it just comes up as an N/A

Here is the whole thing

=IF(a1="Medium",i9*0.03,IF(a1="High",i9*0.7,IF(a1="Low",i9*0.01,0)))+(if(c1="Medium",i9*0.03,IF(c1="High",i9*0.7,IF(c1="Low",i9*0.01,0))))+(if(d1="Early",i9*0.03,IF(d1="Mid",i9*0.7,IF(d1="Recent",i9*0.01,0)))))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,461
Messages
6,124,957
Members
449,200
Latest member
indiansth

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