Rixn
Board Regular
- Joined
- Jun 4, 2005
- Messages
- 119
- Office Version
- 2021
- Platform
- Windows
I have a list with three columns:
aa 22
bb 44 1
cc 11
dd 33 1
and I want to create this list:
33 dd
44 bb
..that is, for only the rows with value 1 in the third column
Additional needs:
- Sorted by the second column (lowest on top)
- Switched column order
aa 22
bb 44 1
cc 11
dd 33 1
and I want to create this list:
33 dd
44 bb
..that is, for only the rows with value 1 in the third column
Additional needs:
- Sorted by the second column (lowest on top)
- Switched column order