I'm wondering how Excel would sort identical values. I have ID numbers, but there are instances where there would be a duplicate ID number. I'm unsure about how Excel would decide how to order these? Would it just look at the information in the adjacent row and then compare those values as part or the ordering?
If I had:
Column A | Column B
166 C
166 A
166 B
And then sorted on Column A in descending order, would I get:
Column A | Column B
166 C
166 A
166 B
Or would I get:
Column A | Column B
166 A
166 B
166 C
Thanks.