Ok just trying to do a formula for an excel spreadsheet that seems simple enough but it won't do what I want.
=IF(C7<7,1,C7*0.15) that's the formula.
Basically I have bought into an auction house and when sellers bring in items we used to charge 15% commision, now we are putting a minimum commission of £1 on any item, so when I put 1,2,3,4,5,6 or 7 in C7 the figure will come out as 1 or anything over 7 then it's at the normal 15%, but the problem is if an item doesn't sell then we carry it over to the next auction but for the seller to get paid before the next auction we do their account, but if it doesn't sell then we put 0 (zero) into C7 but it keeps coming out as 1 . I've tried to add another parenthesis and IF(C7=0,0) but it doesn't like it and won't recognise it as a function.
It should be easy but I am starting to want to smash my computer now.
Anyone have any notion of how to read C7 as 0 and not put a 1 there?????
=IF(C7<7,1,C7*0.15) that's the formula.
Basically I have bought into an auction house and when sellers bring in items we used to charge 15% commision, now we are putting a minimum commission of £1 on any item, so when I put 1,2,3,4,5,6 or 7 in C7 the figure will come out as 1 or anything over 7 then it's at the normal 15%, but the problem is if an item doesn't sell then we carry it over to the next auction but for the seller to get paid before the next auction we do their account, but if it doesn't sell then we put 0 (zero) into C7 but it keeps coming out as 1 . I've tried to add another parenthesis and IF(C7=0,0) but it doesn't like it and won't recognise it as a function.
It should be easy but I am starting to want to smash my computer now.
Anyone have any notion of how to read C7 as 0 and not put a 1 there?????