austinandreikurt
Board Regular
- Joined
- Aug 25, 2020
- Messages
- 91
- Office Version
- 2016
- Platform
- Windows
Is it possible to list all unique values based on criteria into a single cell with "; " as the separator using only formula and not VBA? For example I have below data from A1-B14:
I needed to have the RESULT in Cell E1 to be the unique values under "OTHER DEDUCTIONS" in Column B as criteria and this should be the result:
401k Loan 1 | OTHER DEDUCTIONS |
401k Loan 1 | OTHER DEDUCTIONS |
401k Loan 2 | OTHER DEDUCTIONS |
OT @ 1.5 | ALL PROJECTS |
OT @ 2.0 | ALL PROJECTS |
401k Catch Up Pre-Tax | Employee 401k |
401K Roth Posttax | Employee 401k |
Acc Vol EE aftertax | OTHER DEDUCTIONS |
BFit Wellness Incentive | IGNORE |
Child Support | OTHER DEDUCTIONS |
Critical EE aftertax | OTHER DEDUCTIONS |
Child Support | OTHER DEDUCTIONS |
DP Vision Imp Income | IGNORE |
Group Legal | OTHER DEDUCTIONS |
I needed to have the RESULT in Cell E1 to be the unique values under "OTHER DEDUCTIONS" in Column B as criteria and this should be the result:
401k Loan 1; 401k Loan 2; Acc Vol EE aftertax; Child Support; Critical EE aftertax; Group Legal |