FryGirl
Well-known Member
- Joined
- Nov 11, 2008
- Messages
- 1,366
- Office Version
- 365
- 2016
- Platform
- Windows
In this marix setup, I have the uniques from column A in E:G and the uniques in Column B in D2:D4. I would like to find "Neph" and "Cat A" in columns A and B and if a match place an "x". The same for all the other values to find.
So, you can see, "Neph" is found in column A under Cat A and Cat B
So, you can see, "Neph" is found in column A under Cat A and Cat B
Budget.xlsm | |||||||||
---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | |||
1 | Hdr1 | Hdr2 | Cat A | Cat B | Cat C | ||||
2 | Cat A | Neph | Neph | x | x | ||||
3 | Cat B | Neph | Cardio | x | x | ||||
4 | Cat A | Cardio | Pulm | x | |||||
5 | Cat B | Pulm | |||||||
6 | Cat C | Cardio | |||||||
Sheet3 (3) |
Cell Formulas | ||
---|---|---|
Range | Formula | |
E1:G1 | E1 | =TRANSPOSE(UNIQUE(A2:A6)) |
D2:D4 | D2 | =UNIQUE(B2:B6) |
Dynamic array formulas. |