Ok here is a better image for you, If you look near the beginning I am sorting by “Department” and then doing a SortByKey, but this only sorts the departments, I am looking to then sort by the Room number under each Department
Maybe this will help explain a little more of what I am shooting for.
When I have exported to Excel first column is sorted but the Third column (Room Numbers) are in no particular order and I would like to have the Room Numbers sorted numerically.
@Monkey_Puppet Thank you! That works, when I tried something similar previously I was sorting by “0” first, but sorting by the second value first was the solution!