+ Reply to Thread
Results 1 to 4 of 4

Formula for Discount Percentage

Hybrid View

  1. #1
    Registered User
    Join Date
    09-17-2012
    Location
    Melbourne
    MS-Off Ver
    Excel 2003
    Posts
    2

    Formula for Discount Percentage

    Hey Guys,

    Can anyone help me with a formula? Basically what i’m trying to achieve is:

    If the total of a cell is greater then x, minus a per centage from the amount it is over by.

    So for example if x is 7500, cell total is 7600, minus 50%, total should be 50.

    Can anyone help?
    Last edited by Ali H; 09-18-2012 at 07:19 PM.

  2. #2
    Forum Expert
    Join Date
    06-09-2010
    Location
    Australia
    MS-Off Ver
    Excel 2013
    Posts
    1,714

    Re: Simple Formula

    try
    =IF(A1>7500,0.5*(A1-7500),0)

  3. #3
    Registered User
    Join Date
    09-17-2012
    Location
    Melbourne
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Simple Formula

    Excellent thanks for the prompt response NickyC, that worked!

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Simple Formula

    Ali H,

    Please take a moment to read the forum rules and then amend your thread title to something descriptive of your problem. Once you have done this please send me a PM and I will remove this request.

    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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