Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Is there a way to ignore the lines that have errors, i.e. "#Value" and "####"
when I create my pivot tables? |
#2
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot tables - inserting columns | Excel Worksheet Functions | |||
Blank Cells in Pivot Tables | Excel Discussion (Misc queries) | |||
Macro for Pivot Tables | Excel Discussion (Misc queries) | |||
Product Function in Pivot Tables from Multiple Consolidation Range | Excel Worksheet Functions | |||
How does the term 'pivot' apply to Excel's Pivot tables and Pivot. | Excel Discussion (Misc queries) |