THKUCOMEAGAIN
New Member
- Joined
- Jan 5, 2012
- Messages
- 12
ok i am doing a final exam spreed sheet for my school and i need to use an If statement with the data validation function (drop down list) here's what i got so far
=IF(L2="poor",1*L15,""=IF(L2="Normal",L15*2,=if(L2="Awsome", L15*3,0)))
where as "poor", "Normal", "Awsome" are the option in the drop down box
This function works for the first option if i dont nest any other ifstatements into it but i kinda need that lol so plz help
=IF(L2="poor",1*L15,""=IF(L2="Normal",L15*2,=if(L2="Awsome", L15*3,0)))
where as "poor", "Normal", "Awsome" are the option in the drop down box
This function works for the first option if i dont nest any other ifstatements into it but i kinda need that lol so plz help