sspatriots
Well-known Member
- Joined
- Nov 22, 2011
- Messages
- 585
- Office Version
- 365
- Platform
- Windows
I have this formula below that displays 5 columns. It is stacking 3 sets of filtered ranges. I noticed that if the result for either of those filtered ranges is blank, then the result returns a blank in the first column cell, but the remaining 4 columns return "#N/A". I added the "IFERROR" part to try and prevent any error messages that came back as "#CALC!", however, it only worked for the cell in the first column. Any ideas how to fix this would be greatly appreciated. Thanks, SS
Excel Formula:
=VSTACK(IFERROR(CHOOSECOLS(FILTER(G2JobList[[Job Name]:[Wiring
PO]],(G2JobList[Job
Status]="1 ACT")*(INDIRECT("G2JobList["&AJ7&"]")="")*(INDIRECT("G2JobList["&AI7&"]")>=TODAY())*(INDIRECT("G2JobList["&AI7&"]")<=TODAY()+30)*(INDIRECT("G2JobList["&AI7&"]")<>0)),1,2,24,35,36),""),
IFERROR(CHOOSECOLS(FILTER(G2JobList[[Job Name]:[Wiring
PO]],(G2JobList[Job
Status]="1 ACT")*(INDIRECT("G2JobList["&AJ8&"]")="")*(INDIRECT("G2JobList["&AI8&"]")>=TODAY())*(INDIRECT("G2JobList["&AI8&"]")<=TODAY()+30)*(INDIRECT("G2JobList["&AI8&"]")<>0)),1,2,24,43,44),""),
IFERROR(CHOOSECOLS(FILTER(G2JobList[[Job Name]:[Wiring
PO]],(G2JobList[Job
Status]="1 ACT")*(INDIRECT("G2JobList["&AJ9&"]")="")*(INDIRECT("G2JobList["&AI9&"]")>=TODAY())*(INDIRECT("G2JobList["&AI9&"]")<=TODAY()+30)*(INDIRECT("G2JobList["&AI9&"]")<>0)),{1,2,24,50,51}),""))