+ Reply to Thread
Results 1 to 5 of 5

Add one part of a formula to another

  1. #1
    Registered User
    Join Date
    10-30-2006
    Location
    Preston, Lancashire, UK
    Posts
    3

    Add one part of a formula to another

    New to this so please bare with me. I知 trying to use excel to calculate some margins. I知 struggling with how to sum part of a formula, not sure if this is possible to do in an excel cell... example

    A1 = 2
    B1 = 0.5
    C1 = 5

    I want the answer 18, at the moment I have the answer 15 with this formula

    =(((A1*B1)+A1)*C1)

    ((A1*B1)+A1) = 3
    *C1 = 15

    but how do I then add these to outputs, using the formula in one cell?

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by darrentaylor60
    New to this so please bare with me. I’m trying to use excel to calculate some margins. I’m struggling with how to sum part of a formula, not sure if this is possible to do in an excel cell... example

    A1 = 2
    B1 = 0.5
    C1 = 5

    I want the answer 18, at the moment I have the answer 15 with this formula

    =(((A1*B1)+A1)*C1)

    ((A1*B1)+A1) = 3
    *C1 = 15

    but how do I then add these to outputs, using the formula in one cell?
    =(((A1*B1)+A1)*(C1+2*B1))

    or

    =((A1*B1+A1)*(C1+A1*B1))

    or

    =(C1-A1)*(C1+A1*B1)

    ---
    Last edited by Bryan Hessey; 10-30-2006 at 10:58 PM.
    Si fractum non sit, noli id reficere.

  3. #3
    Registered User
    Join Date
    10-30-2006
    Location
    Preston, Lancashire, UK
    Posts
    3
    Thanks for the response, however, your solution only works for the examples I gave, perhaps they were too simplistic. I知 not looking for the specific answer to those numbers but the formula solution.

    If I replace the numbers

    A1 = 7.59
    B1 = 0.27
    C1 = 0.12

    The answer should be 10.80

    Your formulas calculate as:
    =(((A1*B1)+A1)*(C1+2*B1)) = 6.36
    =((A1*B1+A1)*(C1+A3*B1)) = 20.91
    =(C1-A1)*(C1+A1*B1) = -16.20

    ?

  4. #4
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by darrentaylor60
    Thanks for the response, however, your solution only works for the examples I gave, perhaps they were too simplistic. I知 not looking for the specific answer to those numbers but the formula solution.

    If I replace the numbers

    A1 = 7.59
    B1 = 0.27
    C1 = 0.12

    The answer should be 10.80

    Your formulas calculate as:
    =(((A1*B1)+A1)*(C1+2*B1)) = 6.36
    =((A1*B1+A1)*(C1+A3*B1)) = 20.91
    =(C1-A1)*(C1+A1*B1) = -16.20

    ?
    as

    =((A1*B1)+A1)+((A1*B1)+A1)*C1

    ---
    Last edited by Bryan Hessey; 10-30-2006 at 11:56 PM.

  5. #5
    Registered User
    Join Date
    10-30-2006
    Location
    Preston, Lancashire, UK
    Posts
    3
    Great! Thanks, much appreciated!

+ 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