HI
I have a listing like below, i need to convert this to a summary. If the unit number is in sequence, it will show start of number - end, if not just the number itself. Need to do this because the list is very long.
Is there a formula or technique that i'll be able to do this instead of manually?
Division Unit
A 1
A 2
A 3
A 4
B 5
A 6
B 7
B 8
Desire output
Division Unit
A 1-4, 6
B 5, 7-8
I have a listing like below, i need to convert this to a summary. If the unit number is in sequence, it will show start of number - end, if not just the number itself. Need to do this because the list is very long.
Is there a formula or technique that i'll be able to do this instead of manually?
Division Unit
A 1
A 2
A 3
A 4
B 5
A 6
B 7
B 8
Desire output
Division Unit
A 1-4, 6
B 5, 7-8