+ Reply to Thread
Results 1 to 2 of 2

Need TOTAL formula for filter database

  1. #1
    Registered User
    Join Date
    10-17-2007
    Posts
    44

    Need TOTAL formula for filter database

    I want to thak you all for helping me firgure out the formula for TOTAL in a database. But now I have another challenge for you all. The formula for total in a database on certain rows was =MATCH(REPT("z",255),$A$3:$A$914) - ROW(A$2)+1, but when I filter some rows it still shows the total of the orinignal database. How can I get the total of the ones that I filter? from row A3 to whatever row = total in this would happen if I filter certain date.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    To subtotal a filtered list use the SUBTOTAL() function with a 9 as first argument... see Subtotal function in excel help for more...

    e.g. =Subtotal(9,$A$3:$A$914) will sum the filtered items only in this range.
    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.

+ 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