Ask Experts Questions for FREE Help !
Ask
    MrKevin81's Avatar
    MrKevin81 Posts: 2, Reputation: 1
    New Member
     
    #1

    Oct 2, 2009, 04:53 AM
    Percentage calculation in Excel
    I need to work out the amount of settlement discount taken by a customer:

    I have the payment amount and the percentage.

    How do I calculate the original invoice amount?

    Here is what I have:

    Payment amount: 6113.25
    Percentage discount: 2.5%

    I have used the goal seek function to work out that the original invoice amount is 6270.00

    Can someone please help me to create a formula for this?
    I need to calculate a lot of these and the goal seek option is very time consuming.

    Thank you!
    Perito's Avatar
    Perito Posts: 3,139, Reputation: 150
    Ultra Member
     
    #2

    Oct 2, 2009, 06:30 AM

    OriginalAmount * (1-(PercentDiscount)/100) = PaymentAmount

    or

    OriginalAmount = PaymentAmount / (1-PercentDiscount/100)
    donf's Avatar
    donf Posts: 5,679, Reputation: 582
    Printers & Electronics Expert
     
    #3

    Oct 2, 2009, 06:32 AM

    The easiest way I can think of is to simply divide $6113.25 by 0.975 to get the original balance of $ 6270(rounded up).

    The .975 is the difference between 100% minus 2.5 %.

    Since the amount $6113.35 represents 97.5% of the total balance.
    MrKevin81's Avatar
    MrKevin81 Posts: 2, Reputation: 1
    New Member
     
    #4

    Oct 2, 2009, 06:43 AM
    Quote Originally Posted by Perito View Post
    OriginalAmount = PaymentAmount / (1-PercentDiscount/100)
    This one worked! Thank you very much!

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Percentage and Annual percentage growth. Tricky [ 2 Answers ]

Hi there, I'm trying to work out the following question, but I am finding this question quite a struggle. I can find out the overall percentage for two sets of data for example year-to-year percentage growth, but I don't know how to even start this question, still no success! Here's the question:...

Excel-stock calculation macro [ 4 Answers ]

I have an excel sheet which has columns- Item name, cost price, selling price, profit, buying price, no of articles sold, no of items bought etc.. If I purchase an item, I make an entry in a row with values only in Item name, buying price and no of articles bought. It I sell an article, I make an...

Excel 2007 to have excel 2003 look? [ 6 Answers ]

Hey I have Microsoft Excel 2007, from my course at college I have been given instructions to do a task. However these instructions are for excel 2003. How do I change my excel 07 to look like excel 03 so that it is easier. I know there is a way, help greatly appreicated thanks.

Excel Percentage Formula [ 3 Answers ]

Using an Excel worksheet, what is the formula for the percentage of wins for a team. Example 2 wins and 1 loss equals what percentage of wins?

Excel calculation [ 8 Answers ]

I want to do this problem in 2 cells. One cell I have the value 769.15 and the other the formula (answer) From the 769.15 the 1st 100 I take 2.20 and the next 100 and on 0.60.. The answer must be 6,40. As the 2,20 + (7*0.60) = 6,40. Any ideas please


View more questions Search