+ Reply to Thread
Results 1 to 4 of 4

Sumif Problem

  1. #1
    Registered User
    Join Date
    07-20-2011
    Location
    Victoria, Canada
    MS-Off Ver
    Excel 2010
    Posts
    12

    Sumif Problem

    Hi there,

    I came here a while back with the same sheet, except that I have a problem which I believe is easily solved through a SUMIF statement.

    Basically what I'd like to do, see attached file as example, is to have the cell 'Other' in the table named 'Fuel Breakdown' to add all other fuel numbers other than the already existing call signs.

    So, HJL, HJG, HJT etc have their own sumif statement in the fuel breakdown window, but let's say an aircraft with callsign BBB comes in and then an aircraft CCC comes in and they take fuel, how can I make the 'Other' sumif statement add their fuel number?

    The help is much appreciated, as always!

    Daniel
    Attached Files Attached Files
    Cheers,

    Daniel

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Sumif Problem

    Couldn't you use?

    =SUM($G$6:$G$34)-SUM($H$38:$H$43)-SUM($J$38:$J$42)

    so basically sum of all the entries minus the sumifs for each of the "desired" categories.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Sumif Problem

    One way that i can think of is do a sum of the entire column and minus the sumifs already calculated for the other call signs. For e.g. =sum(column) -sum(cells where sumif is calculated for HJL, HJG,etc)

  4. #4
    Registered User
    Join Date
    07-20-2011
    Location
    Victoria, Canada
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: Sumif Problem

    Why are these things so simple in the end? Thanks for the help guys. This is a fat SOVLED!

+ 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