+ Reply to Thread
Results 1 to 3 of 3

Multiple calculations in one cell?

Hybrid View

  1. #1
    Registered User
    Join Date
    08-08-2012
    Location
    Nottingham
    MS-Off Ver
    Excel 2003
    Posts
    2

    Multiple calculations in one cell?

    Hi, I am trying to apply multiple % calculations, one as a premium % and one as a discount % and I am unable to get the formula to take into account the multiple sums. The only way I am currently able to make the calculation work is by having a separate table working out the percentages first - can anyone help please.

    Many thanks

    The table would look something like :


    A.................D1
    ...................B1
    E1.....C1.......F1
    E2.....C2.......F2

    These represent the following:

    A = Cost per Unit
    B = No. of Units
    C = No. of Weeks
    D = Units % +Premium or -Discount
    E = Weeks % +Premium or -Discount
    F = Total Value Payable

    The formula needs to match the following values:

    Example 1 -

    A = £100
    B1 = 2
    C1 = 4 Weeks
    D1 = 10% Premium
    E1 = 10% Premium
    F1 = £960


    Example 2 -

    A = £100
    B1 = 2
    C2 = 13 Weeks
    D1 = 10% Premium
    E2 = 5% Discount
    F2 = £2,730

  2. #2
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Multiple calculations in one cell?

    Try

    =A1*B1*C1*(1+D1+E1)

  3. #3
    Registered User
    Join Date
    08-08-2012
    Location
    Nottingham
    MS-Off Ver
    Excel 2003
    Posts
    2

    Talking Re: Multiple calculations in one cell?

    Hi Jason.b75

    Thank you very much that worked a treat. I had been missing out the 1+ in my other attempts.

    Cheers

+ 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