I want to give a 5% discount to orders (values) over £50. I have put in the following formula:
=IF(G48<50,G48/100*95,G48/100*100) which doesn't work. It returns whatever the value is in G48 no matter if it is greater than 50 or not.
I also tried =IF(G48<50,G48/100*95,G48) to no avail.
What am I doing wrong?
=IF(G48<50,G48/100*95,G48/100*100) which doesn't work. It returns whatever the value is in G48 no matter if it is greater than 50 or not.
I also tried =IF(G48<50,G48/100*95,G48) to no avail.
What am I doing wrong?