NWPhotoExplorer
New Member
- Joined
- Jan 19, 2021
- Messages
- 32
- Office Version
-
- 365
- Platform
-
- Windows
- MacOS
I have a table for every month (JANUARY thru DECEMBER). All of these tables are the same. I am trying to figure out how to write a formula that will find certain criteria and display it from every table if there are any matching records. I wrote something that seems to only display information from 1 table and doesn't seem to continue to the next table. I am not sure what I need to add to this.
=IFERROR(FILTER(FILTER(tbl_OFS_JANUARY[[Date]:[Total Billing]],tbl_OFS_JANUARY[Billing Issue]="Y"),{1,1,1,0,0,0,0,0,0,1,0,0,0,1},""),
IFERROR(FILTER(FILTER(tbl_OFS_FEBRUARY[[Date]:[Total Billing]],tbl_OFS_FEBRUARY[Billing Issue]="Y"),{1,1,1,0,0,0,0,0,0,1,0,0,0,1},""),""))
I have a field (Billing Issue) that we put a "Y" in if we can't bill for it. I want to be able to display all these records from every month in 1 filtered section on my sheet. But if January has an issue, it doesn't pull anything from February. Once January jobs have been corrected and billed, then it will show jobs from February. Is this not possible to show everything in the same filtered section?
Thanks in advance!
=IFERROR(FILTER(FILTER(tbl_OFS_JANUARY[[Date]:[Total Billing]],tbl_OFS_JANUARY[Billing Issue]="Y"),{1,1,1,0,0,0,0,0,0,1,0,0,0,1},""),
IFERROR(FILTER(FILTER(tbl_OFS_FEBRUARY[[Date]:[Total Billing]],tbl_OFS_FEBRUARY[Billing Issue]="Y"),{1,1,1,0,0,0,0,0,0,1,0,0,0,1},""),""))
I have a field (Billing Issue) that we put a "Y" in if we can't bill for it. I want to be able to display all these records from every month in 1 filtered section on my sheet. But if January has an issue, it doesn't pull anything from February. Once January jobs have been corrected and billed, then it will show jobs from February. Is this not possible to show everything in the same filtered section?
Thanks in advance!