![]() |
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? |
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 |
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 |
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 |
All times are GMT +1. The time now is 06:54 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com