+ Reply to Thread
Results 1 to 4 of 4

Ignoring Lines with Errors in Pivot Tables

  1. #1
    Darren
    Guest

    Ignoring Lines with Errors in Pivot Tables

    Is there a way to ignore the lines that have errors, i.e. "#Value" and "####"
    when I create my pivot tables?

  2. #2
    Dave Peterson
    Guest

    Re: Ignoring Lines with Errors in Pivot Tables

    Maybe you can use another column for your pivottable:

    =if(iserror(b99),0,b99)

    and use that in your PT.

    What caused the ###'s?

    Darren wrote:
    >
    > Is there a way to ignore the lines that have errors, i.e. "#Value" and "####"
    > when I create my pivot tables?


    --

    Dave Peterson

  3. #3
    Darren
    Guest

    Re: Ignoring Lines with Errors in Pivot Tables

    The time went past midnight and so it is not being recognized. There are two
    sets of time and dates with all of them in separate cells.

    "Dave Peterson" wrote:

    > Maybe you can use another column for your pivottable:
    >
    > =if(iserror(b99),0,b99)
    >
    > and use that in your PT.
    >
    > What caused the ###'s?
    >
    > Darren wrote:
    > >
    > > Is there a way to ignore the lines that have errors, i.e. "#Value" and "####"
    > > when I create my pivot tables?

    >
    > --
    >
    > Dave Peterson
    >


  4. #4
    Dave Peterson
    Guest

    Re: Ignoring Lines with Errors in Pivot Tables

    I'm not sure what you want to do when your time goes past midnight, but if it's
    based on subtracting two times, you can do things like:

    =(A1-B1)+(B1>A1)
    which is shorthand for:
    =(A1-B1)+IF(B1>A1,1,0)

    If you really are subtracting times, it might be a good idea to include both the
    time and date in those cells. Then you don't have to worry about going across 2
    midnights.



    Darren wrote:
    >
    > The time went past midnight and so it is not being recognized. There are two
    > sets of time and dates with all of them in separate cells.
    >
    > "Dave Peterson" wrote:
    >
    > > Maybe you can use another column for your pivottable:
    > >
    > > =if(iserror(b99),0,b99)
    > >
    > > and use that in your PT.
    > >
    > > What caused the ###'s?
    > >
    > > Darren wrote:
    > > >
    > > > Is there a way to ignore the lines that have errors, i.e. "#Value" and "####"
    > > > when I create my pivot tables?

    > >
    > > --
    > >
    > > Dave Peterson
    > >


    --

    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