vampsthevampyre
New Member
- Joined
- Apr 29, 2016
- Messages
- 26
- Office Version
- 365
- Platform
- Windows
Evening Everybody
I'm looking to sort values in a table and then display the results sorted in the next table columns.
The table below shows what I'm looking to achieve with row 5 being Col1, Col2, Col3.
Tried a couple of things but keep getting spill errors, any help would be appreciated
Regards
Ian
I'm looking to sort values in a table and then display the results sorted in the next table columns.
The table below shows what I'm looking to achieve with row 5 being Col1, Col2, Col3.
Tried a couple of things but keep getting spill errors, any help would be appreciated
Regards
Ian
roulette.xlsx | |||||||||
---|---|---|---|---|---|---|---|---|---|
D | E | F | G | H | I | J | |||
3 | ID | Col1 | Col2 | Col3 | 1stCol | 2ndCol | 3Col | ||
4 | 1 | 1 | 2 | 3 | Col1 | Col2 | Col3 | ||
5 | 2 | 2 | 3 | 2 | Col1 | Col3 | Col2 | ||
6 | 3 | 3 | 2 | 1 | Col3 | Col2 | Col1 | ||
7 | 4 | 3 | 1 | 1 | Col2 | Col3 | Col1 | ||
8 | 5 | 0 | 1 | 3 | |||||
Sheet19 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
D4:D8 | D4 | =ROW()-ROW(Table72[#Headers]) |