FluffySlipper
New Member
- Joined
- Sep 7, 2024
- Messages
- 4
- Office Version
- 365
- Platform
- MacOS
Hi,
I am trying to create a dynamic drop down. I am working on the second unique list and I am referencing a column in a table. There are at least 200 cells with data but the formula only returns zeros.
Formula I'm using is: =SORT(UNIQUE(FILTER(Accommodation[Country],Accommodation[Location]=$A$20,0)))
Accommodation = table name
Country = column 1
Location - column 2
If I remove the ,0 at the end I get the #calc! error.
Any help would be hugely appreciated.
I am trying to create a dynamic drop down. I am working on the second unique list and I am referencing a column in a table. There are at least 200 cells with data but the formula only returns zeros.
Formula I'm using is: =SORT(UNIQUE(FILTER(Accommodation[Country],Accommodation[Location]=$A$20,0)))
Accommodation = table name
Country = column 1
Location - column 2
If I remove the ,0 at the end I get the #calc! error.
Any help would be hugely appreciated.