GMC The Macro Man
Board Regular
- Joined
- Mar 23, 2023
- Messages
- 102
- Office Version
- 2021
- Platform
- Windows
Hi there
I'm hoping someone can help me as I'm using the =Filter function to return data, which it does successfully, but if the cell is blank, it returns a 0 or if the column is formatted to date and its empty then it returns 00/01/1900
All my data is added in to a Table on the 1st Sheet and then i have multiple sheets where the data is to be returned.
I use =FILTER(DataInput,(DataInput[AA1]=Dashboard!D27,"")) where AA1 = the 1st criteria and D27 is the 2nd Criteria. I end this with ,"" as in theory, if the cell to be returned is blank then it should not put anything in this cell, however I get the outputs as stated earlier.
I love this function as it pulls the data over fantastic but this Blank Cell is pulling my hair out
Would love some assistance please
I'm hoping someone can help me as I'm using the =Filter function to return data, which it does successfully, but if the cell is blank, it returns a 0 or if the column is formatted to date and its empty then it returns 00/01/1900
All my data is added in to a Table on the 1st Sheet and then i have multiple sheets where the data is to be returned.
I use =FILTER(DataInput,(DataInput[AA1]=Dashboard!D27,"")) where AA1 = the 1st criteria and D27 is the 2nd Criteria. I end this with ,"" as in theory, if the cell to be returned is blank then it should not put anything in this cell, however I get the outputs as stated earlier.
I love this function as it pulls the data over fantastic but this Blank Cell is pulling my hair out
Would love some assistance please