pineapple61
New Member
- Joined
- Jan 31, 2023
- Messages
- 7
- Office Version
- 365
- 2021
- 2016
- Platform
- Windows
- MacOS
Hi everyone, someone helped me create a formula to filter an excel sheet (the thread post can be found here: Filtering One Condition to Multiple Columns on a Drop Down List). However, since I created this formula on the Office 365, 2021 version (.xlsx), when I open the file in the Office 2016 version (.xls) the formulas are no longer valid. I tried converting the file from .xlsx to .xls but it did not work. Could anyone help me with this?
Book1.xlsx | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | |||
1 | Name | First Job | Second Job | Third Job | Doctor | ||||||
2 | John | Doctor | Police | Mechanic | Name | First Job | Second Job | Third Job | |||
3 | Marcus | Fireman | Salesman | Waiter | John | Doctor | Police | Mechanic | |||
4 | Kyle | Doctor | Engineer | Fireman | Kyle | Doctor | Engineer | Fireman | |||
5 | Alexa | Engineer | Doctor | Doctor | Britney | Doctor | Mechanic | Waitress | |||
6 | Britney | Doctor | Mechanic | Waitress | Alexa | Engineer | Doctor | Doctor | |||
7 | Ferguson | Police | Fireman | Engineer | |||||||
Test |
Cell Formulas | ||
---|---|---|
Range | Formula | |
F3:I6 | F3 | =UNIQUE(VSTACK(FILTER($A$2:$D$7,$B$2:$B$7=G1,""),FILTER($A$2:$D$7,$C$2:$C$7=G1,""),FILTER($A$2:$D$7,$D$2:$D$7=G1,""))) |
Dynamic array formulas. |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
F1:G1 | List | Doctor, Fireman, Engineer, Police, Salesman, Mechanic, Waiter, Waitress |