![]() |
How do I group numbers in a list based on contiguous/missing?
I have a list of phone numbers that I need to break into contiguous ranges,
i.e.; 2372-2385, 2389-2402. Is there a way to do this with a function? |
How do I group numbers in a list based on contiguous/missing?
did you mean that?
=LEFT(A1,FIND("-",A1)-1) =RIGHT(A1,LEN(A1)-FIND("-",A1)) |
All times are GMT +1. The time now is 02:15 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com