+ Reply to Thread
Results 1 to 4 of 4

SUM column after two parameters are met

  1. #1
    Registered User
    Join Date
    10-25-2010
    Location
    edmonton canada
    MS-Off Ver
    Excel 2007
    Posts
    86

    SUM column after two parameters are met

    I need to sum a column after two parameters are met
    so far I have =COUNTIFS(Mon!H:H,"GPTLiftgate*",Mon!J:J,"departure") I want to SUM column AK on the Mon! sheet
    Last edited by AliGW; 07-17-2017 at 10:31 AM.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,062

    Re: SUM column after two parameters are met

    "I need to sum a column"

    Then why are you using COUNT ? You should be using SUM, in this case SUMIFS

    Try
    =SUMIFS(Mon!AK1:AK100000,Mon!H1:H100000,"GPTLiftgate*",Mon!J1:J100000,"departure")

    It is better to qualify a range by specifying the rows rather than a whole column, ie H1:100000 is better than H:H
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    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
    79,422

    Re: SUM column after two parameters are met

    As you have tried, I have done it for you THIS TIME ONLY. In future, give your threads meaningful and precise titles. Thanks. You may now continue with your query.
    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.

  4. #4
    Registered User
    Join Date
    10-25-2010
    Location
    edmonton canada
    MS-Off Ver
    Excel 2007
    Posts
    86

    Re: SUM column after two parameters are met

    will do

    thank you for your help and patience

+ 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. Excel formula bar to display the result of the formula , not the formula?
    By max_max in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-18-2016, 07:15 PM
  2. Replies: 11
    Last Post: 06-06-2014, 03:34 PM
  3. how to hide formula in formula box, view lookup result in formula box?
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-14-2013, 04:06 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