+ Reply to Thread
Results 1 to 3 of 3

Help needed with % function

  1. #1
    Registered User
    Join Date
    07-05-2011
    Location
    Scotland
    MS-Off Ver
    Excel 2003
    Posts
    2

    Help needed with % function

    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.


  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,372

    Re: Help needed with % function

    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


  3. #3
    Forum Contributor
    Join Date
    01-30-2011
    Location
    Vancouver, Canada
    MS-Off Ver
    Excel 2010
    Posts
    604

    Re: Help needed with % function

    Same formula as TMShucks... check the yellow in the attachment.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1