View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Verlaesslichkeit Verlaesslichkeit is offline
external usenet poster
 
Posts: 16
Default Identifying next number in a range and referencing it

My column looks like this

4101801
4101901
41011001
41011101

there are spaces here

41011205
41011301

Now, I would like to have this list without spaces (without using a filter)
purely by using formulas at another location, so that the final result looks
like this:

4101801
4101901
41011001
41011101
41011205
41011301

I have been trying for hours but dont get tanywhere, Im probably thinking
way to complicated.
Many thanks!