I have a table something like this:
Column A |
Column B |
Column C |
Jane Doe |
A1 |
1 |
Jane Doe |
B2 |
2 |
John Doe |
A1 |
1 |
John Doe |
A2 |
2 |
John Doe |
B1 |
1 |
I need to sort this table firstly Column A then Column B then Column C. I can do this in Excel like this:
I tried to chain multiple sort operators but it didn't work.