+ Reply to Thread
Results 1 to 3 of 3

working with funcions in filtered lists

  1. #1
    steven
    Guest

    working with funcions in filtered lists

    hello,

    i have a list and in column C i have a function that calculates the value
    from the row above + the value from the row to the left (so C4 reads =C3+B4)

    when i filter the list the formula is calculating all rows, even the hidden
    ones. I want it to calculate only the visible ones for the above formula. How
    do i do that?

    thank you.

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi,

    Try this =SUBTOTAL(9,H1:H7)

    if the row was hidden then this link would help

    http://support.microsoft.com/default...b;en-us;150363

    VBA Noob

  3. #3
    steven
    Guest

    Re: working with funcions in filtered lists

    Thank you for your input. To make myself clear I do not want to use SUBTOTAL.
    I just want to sum the direct above cell to the direct left one, but in a
    filtered list (so the visible above cell is what I want to sum, not if it is
    hidden).

    Thanks

    S.

    "VBA Noob" wrote:

    >
    > Hi,
    >
    > Try this =SUBTOTAL(9,H1:H7)
    >
    > if the row was hidden then this link would help
    >
    > http://support.microsoft.com/default...b;en-us;150363
    >
    > VBA Noob
    >
    >
    > --
    > VBA Noob
    > ------------------------------------------------------------------------
    > VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
    > View this thread: http://www.excelforum.com/showthread...hreadid=561265
    >
    >


+ 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