Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Darren
 
Posts: n/a
Default 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   Report Post  
Dave Peterson
 
Posts: n/a
Default

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   Report Post  
Darren
 
Posts: n/a
Default

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   Report Post  
Dave Peterson
 
Posts: n/a
Default

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)+(B1A1)
which is shorthand for:
=(A1-B1)+IF(B1A1,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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pivot tables - inserting columns Scott Excel Worksheet Functions 1 March 19th 05 01:07 AM
Blank Cells in Pivot Tables Greg Excel Discussion (Misc queries) 1 March 16th 05 09:23 PM
Macro for Pivot Tables Thomas Excel Discussion (Misc queries) 1 March 15th 05 01:03 AM
Product Function in Pivot Tables from Multiple Consolidation Range bbishop222 Excel Worksheet Functions 0 February 22nd 05 04:55 PM
How does the term 'pivot' apply to Excel's Pivot tables and Pivot. stvermont Excel Discussion (Misc queries) 1 February 17th 05 01:34 AM


All times are GMT +1. The time now is 04:20 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"