Hello everybody,
For my project I will be having a couple of columns where spilled data is presented. Each column is a separate spilled column.
Is it somehow possible to merge the 3 columns in col C, D and E together? This way I can sort one of the columns, and have the other two columns change with the sorted column.
Please note that the amount of rows are variable.
For my project I will be having a couple of columns where spilled data is presented. Each column is a separate spilled column.
Is it somehow possible to merge the 3 columns in col C, D and E together? This way I can sort one of the columns, and have the other two columns change with the sorted column.
Please note that the amount of rows are variable.
Sandbox.xlsx | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | |||
1 | 1 | 11 | 500 | 1 | 11 | 500 | |||||||
2 | 2 | 22 | 200 | 2 | 22 | 200 | |||||||
3 | 3 | 33 | 300 | 3 | 33 | 300 | |||||||
4 | 4 | 44 | 600 | 4 | 44 | 600 | |||||||
5 | 5 | 34 | 800 | 5 | 34 | 800 | |||||||
6 | 6 | 31 | 400 | 6 | 31 | 400 | |||||||
7 | 7 | 20 | 900 | 7 | 20 | 900 | |||||||
8 | 8 | 25 | 850 | 8 | 25 | 850 | |||||||
9 | 9 | 42 | 100 | 9 | 42 | 100 | |||||||
Sandbox2 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
C1:E9 | C1 | =UNIQUE(I1:I9) |
Dynamic array formulas. |