+ Reply to Thread
Results 1 to 2 of 2

Combining SUMIF and SUBTOTAL functions

  1. #1

    Combining SUMIF and SUBTOTAL functions

    Is there a way to combined these two functions in one formula? Summing only
    the values filtered?

  2. #2
    Arvi Laanemets
    Guest

    Re: Combining SUMIF and SUBTOTAL functions

    Hi

    =SUBTOTAL(9,YourRange)
    sums filtered values

    =SUBTOTAL(1,YourRange)
    calculates an average of filtered values

    =SUBTOTAL(2,YourRange)
    counts filtered numeric values (an equivalent of COUNT)

    =SUBTOTAL(3,YourRange)
    counts all filtered values (an equivalent of COUNTA)
    etc.

    --
    When sending mail, use address arvil<at>tarkon.ee
    Arvi Laanemets


    "[email protected]" <[email protected]> wrote in
    message news:[email protected]...
    > Is there a way to combined these two functions in one formula? Summing

    only
    > the values filtered?




+ 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