Share via

Sumifs filtered data

Anonymous
2016-07-02T10:22:14+00:00

Hello,

I have a sumifs formula working well which criteria is a letter, formula is this:

=SUMIFS(O15:O55,H15:H55,"=Q")

I need it to work with filtered data only but I've been trying all examples here but none is working.

could you please help me?

Thank you,

Luis

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

4 answers

Sort by: Most helpful
  1. Jim G 134K Reputation points MVP Volunteer Moderator
    2016-07-12T12:22:10+00:00

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Bob Jones AKA CyberTaz MVP 436K Reputation points
    2016-07-12T15:39:14+00:00

    There really isn't enough detail in your message to enable anyone to provide a definitive solution. However, I don't believe you'll have success with SUMIF or SUMIFS (only needed for multiple criteria) because the Sum_Range argument supports only a contiguous range of cells. IOW, if you specify A1:A100 all cells in that range will be included if they satisfy the criteria argument(s) even if they aren't being displayed due to a Filter being applied. You would have to supply multiple Criteria arguments based on the Filter criteria & it would have to be revised for each different session.

    One alternative that may work better for you is the DSUM function.

    Another possibility is to apply a Table structure to the list & use the Totals Row, but I can't be sure because there isn't enough descriptive information to go on.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2016-07-10T04:10:03+00:00

    Hey,

    thank you for your response. The link was y seguí, but I found no information on how to make it work with filtered data.

    see, I need the formula to work with the data shown only when I filter the chart by year, for instance.

    Regards,

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2016-07-02T19:47:09+00:00

    Hey,

    I think that this is something that you are looking for, I am wishing that this info will be of some help to you - as given in here - http://chandoo.org/wp/2010/04/20/introduction-to-excel-sumifs-formula/

    Was this answer helpful?

    0 comments No comments