Can someone spot the error in this formula?
=IF(F14="Yes",(E14<=4)(30)(E14>4,(E14-4)*(5)+(30),IF(F14="no",0,""))
The formula is supposed to look at F14 and look up "yes" or "no". If the answer is yes then it looks at E14 and if the number is <=4, then it returns the value "30". If the number is >4 then it adds $5 per number over 4 and adds that to "30".
Any help is greatly appreciated!!
=IF(F14="Yes",(E14<=4)(30)(E14>4,(E14-4)*(5)+(30),IF(F14="no",0,""))
The formula is supposed to look at F14 and look up "yes" or "no". If the answer is yes then it looks at E14 and if the number is <=4, then it returns the value "30". If the number is >4 then it adds $5 per number over 4 and adds that to "30".
Any help is greatly appreciated!!