+ Reply to Thread
Results 1 to 3 of 3

Pivot Table to Ignore N/As

Hybrid View

  1. #1
    Nelson
    Guest

    Pivot Table to Ignore N/As

    Hi, Does anyone know if it is possible to get a pivot table summary to
    ignore N/As within a table when summing the data?

    Nelson



  2. #2
    Dave Peterson
    Guest

    Re: Pivot Table to Ignore N/As

    I don't.

    Maybe you could clean them up in the original data (if those cells are a
    formula):

    =if(iserror(yourformula),0,yourformula)

    Or even use another column:

    =if(iserror(b2),0,b2)

    Then use that other column in the pivottable.

    Nelson wrote:
    >
    > Hi, Does anyone know if it is possible to get a pivot table summary to
    > ignore N/As within a table when summing the data?
    >
    > Nelson


    --

    Dave Peterson

  3. #3
    Nelson
    Guest

    Re: Pivot Table to Ignore N/As

    Thanks Dave, that's what we figured we had to do.

    cheers


    "Dave Peterson" <ec35720@netscapeXSPAM.com> wrote in message
    news:420D770C.DE148362@netscapeXSPAM.com...
    >I don't.
    >
    > Maybe you could clean them up in the original data (if those cells are a
    > formula):
    >
    > =if(iserror(yourformula),0,yourformula)
    >
    > Or even use another column:
    >
    > =if(iserror(b2),0,b2)
    >
    > Then use that other column in the pivottable.
    >
    > Nelson wrote:
    >>
    >> Hi, Does anyone know if it is possible to get a pivot table summary to
    >> ignore N/As within a table when summing the data?
    >>
    >> Nelson

    >
    > --
    >
    > Dave Peterson




+ 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