Peter Davison
Active Member
- Joined
- Jun 4, 2020
- Messages
- 451
- Office Version
- 365
- Platform
- Windows
I have a formula using Unique and Filter below -
UNIQUE(FILTER('Performance Data Master'!$C$3:$D$100000,'Performance Data Master'!$BI$3:$BI$100000=$I$9))
This brings back all stores in England.
What I want to do is filter for more than one option.
I have other selections in Cells I11 (Scotland) and I13 (Wales)
So I added extra filters to the above formula e.g. of one more cell below -
UNIQUE(FILTER('Performance Data Master'!$C$3:$D$100000,('Performance Data Master'!$BI$3:$BI$100000=$I$9)*('Performance Data Master'!$BI$3:$BI$100000=$I$11)))
but this gives a result of Calc?
I am doing something wrong or is it because you cannot filter more than once on the same column (BI)?
Any help would be appreciated
Thanks
UNIQUE(FILTER('Performance Data Master'!$C$3:$D$100000,'Performance Data Master'!$BI$3:$BI$100000=$I$9))
This brings back all stores in England.
What I want to do is filter for more than one option.
I have other selections in Cells I11 (Scotland) and I13 (Wales)
So I added extra filters to the above formula e.g. of one more cell below -
UNIQUE(FILTER('Performance Data Master'!$C$3:$D$100000,('Performance Data Master'!$BI$3:$BI$100000=$I$9)*('Performance Data Master'!$BI$3:$BI$100000=$I$11)))
but this gives a result of Calc?
I am doing something wrong or is it because you cannot filter more than once on the same column (BI)?
Any help would be appreciated
Thanks