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 -->
=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 -->