Can someone help me with the formula the following please with the SUM Logic function;
I am trying to put prices in - so if they select (for example) apple, banana or orange from a drop down list, the price will be $1, but if they select anything else, the price will be $1.15
So, is there an "or" function? I cant seem to make AND work...
=IF(A1="apple" OR "Banana" OR "Orange",1*A2,1.15*A2)
I am trying to put prices in - so if they select (for example) apple, banana or orange from a drop down list, the price will be $1, but if they select anything else, the price will be $1.15
So, is there an "or" function? I cant seem to make AND work...
=IF(A1="apple" OR "Banana" OR "Orange",1*A2,1.15*A2)