I have a list of about ~13,000 zipcodes in csv format (15002,15003,15004,15005,15006,15007,15009,15010) that i need to put into zip ranges (15002-15007,15009-15010)
I realize i can do this manually but that takes a lot of time and i mean who wants to do that! I cant figure out a method or a formula for this one.
Id appreciate any feedback Thank you
Would turn into the below format
I realize i can do this manually but that takes a lot of time and i mean who wants to do that! I cant figure out a method or a formula for this one.
Id appreciate any feedback Thank you
A1 | A2 | A3 | A4 | A5 |
15002 | 15003 | 15004 | 15005 | 15006 |
Would turn into the below format
A1 | A2 | A3 | A4 | A5 |
15002 | 15003-15006 | 15007 |