+ Reply to Thread
Results 1 to 4 of 4

Having an issue with how to write a slightly complicated SUMIF formula

  1. #1
    Registered User
    Join Date
    07-26-2014
    Location
    Nottingham, UK
    MS-Off Ver
    Microsoft Office Professional 2010
    Posts
    32

    Having an issue with how to write a slightly complicated SUMIF formula

    Hi,

    I need a formula to solve if the sum of two cells is more than a specific number then I want it to add the 2 cells plus add 3% (I'm guessing it's Cell1:Cell2*1.03) for the percentage bit? but it's the IF bit that I'm not sure about to get it to calculate what I want it to calculate.

    e.g. if A1 = £4000 & A2 = £4000 & B1 = £5000 and B2 = £5000, I want a formula in A3 to calculate the sum of A1 & A2 plus 3% only if the sum of the 2 cells is more than 9000. If it's less than or equal to £9000 then I just want the sum of the 2 cells. And the same in B3 for calculating B1 & B2. So basically A3 should equal £8000 (A1 + A2) and B3 should equal £10,500 (B1 + B2 + 3%).

    I've added a screenshot to show what I want it to do. I need the formula in cell E3 for calculating C4 & D4 and in H3 for calculating F4 & G4 etc etc.

    Excel Formula Problem.jpg

    Hope the above makes sense. Any help will be greatly appreciated.

    Thanks,
    Sally

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,830

    Re: Having an issue with how to write a slightly complicated SUMIF formula

    So please try this:

    =IF((A1+A2)>9000,(A1+A2)*1.03,A1+A2)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    07-26-2014
    Location
    Nottingham, UK
    MS-Off Ver
    Microsoft Office Professional 2010
    Posts
    32

    Re: Having an issue with how to write a slightly complicated SUMIF formula

    Aha, thank you so much. I knew it needed all that in it and knew roughly what it need d to look like, but I just never know what order it's all supposed to go in and exactly how to write the formula for it to work properly. The above formula works perfectly, thank you

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,830

    Re: Having an issue with how to write a slightly complicated SUMIF formula

    You're welcome!

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Finding Duplicates, but slightly more complicated
    By Kayce580 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-23-2017, 04:24 PM
  2. VLOOKUP with time - Slightly complicated
    By deepindreamz in forum Excel General
    Replies: 1
    Last Post: 03-14-2015, 01:25 AM
  3. Replies: 1
    Last Post: 02-06-2014, 12:28 PM
  4. Complicated If Formula Issue
    By GotQuestions in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-20-2013, 11:30 AM
  5. Finding the Median (Slightly more complicated)
    By paul86 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-31-2012, 02:45 PM
  6. Can I get excel to count a date range? but slightly more complicated
    By daybreak in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-07-2011, 04:30 PM
  7. Complicated SUMIF formula
    By jonrayworth in forum Excel General
    Replies: 4
    Last Post: 02-27-2009, 08:25 PM

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