Hi all,
Fairly new to Excel 2007 but I need to create a function to automatically calculate a 3% discount for orders under £1000 and a 5% discount for orders over £1000.
Would be grateful for some help on this.
Many thanks in advance.
![]()
Hi all,
Fairly new to Excel 2007 but I need to create a function to automatically calculate a 3% discount for orders under £1000 and a 5% discount for orders over £1000.
Would be grateful for some help on this.
Many thanks in advance.
![]()
Assuming the value is in cell A1:
=IF(A1<1000,A1*3%,A1*5%)
Regards
Trevor Shuttleworth - Retired Excel/VBA Consultant
I dream of a better world where chickens can cross the road without having their motives questioned
'Being unapologetic means never having to say you're sorry' John Cooper Clarke
Same formula as TMShucks... check the yellow in the attachment.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks