+ Reply to Thread
Results 1 to 7 of 7

Total - total - % forumula

  1. #1
    Registered User
    Join Date
    02-08-2010
    Location
    London
    MS-Off Ver
    Excel Mac 2008
    Posts
    4

    Total - total - % forumula

    Hello!

    I'm using Excel Mac 2008. I'm very new to excel and need help on the following.

    Cell F1: Total
    Cell G1: Expenses
    Cell H1: Total - Expenses - 30%

    So in cell H1, I want to minus (-) G1 from F1 and then minus (-) 30% to give me a total.

    How do I do this? I will do this per row as it's a quick break down of jobs I have completed.

    Thanks

    Sam

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Total - total - % forumula

    In H1:

    =(G1 - F1) * .7
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    02-08-2010
    Location
    London
    MS-Off Ver
    Excel Mac 2008
    Posts
    4

    Re: Total - total - % forumula

    That does the trick! Thank you. One question: what if I'd like to change the percentage? Can you explain the *.7 part of the formula?

    Thanks

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,592

    Re: Total - total - % forumula

    Define in some cell where to write percentage (for example H1)... And then you can change it any time by:

    =(G1 - F1) * (1 - H1)

    Not that in H1 you must enter 0.3 and format it as %

    .7 is 0.7 wich is 70% (100%-30% stated in issue)

  5. #5
    Registered User
    Join Date
    02-08-2010
    Location
    London
    MS-Off Ver
    Excel Mac 2008
    Posts
    4

    Re: Total - total - % forumula

    That's superb! Thank you!

    I presume I have to repeat this equation for each row (job)? The only thing in the equation which will change is the row number i.e. =(G1 - F1) * (1 - H1), =(G2 - F2) * (1 - H1), =(G3 - F3) * (1 - H1).

    Thanks

  6. #6
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,592

    Re: Total - total - % forumula

    Then you need to lock H1 cell and pull formula down:

    =(G1 - F1) * (1 - $H$1)

    (note that those $ are crucial)

  7. #7
    Registered User
    Join Date
    02-08-2010
    Location
    London
    MS-Off Ver
    Excel Mac 2008
    Posts
    4

    Re: Total - total - % forumula

    That's amazing! Thank you so much. You've all been so helpful.

    Sam

+ 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