D
Don
I have 2 columns of data with 15000 rows. Some of the
rows in the 2 columns are completely empty and I need to
delete the row and move the number up so that there are
no gaps in the column data. e.g.
1111 2321
3123 5556
3124 3344
3244 5566
3332 3344
4645 3353
______________
convert to:
1111 2321
3123 5556
3124 3344
3244 5566
3332 3344
4645 3353
If anyone can help I would really appreciate it.
don
rows in the 2 columns are completely empty and I need to
delete the row and move the number up so that there are
no gaps in the column data. e.g.
1111 2321
3123 5556
3124 3344
3244 5566
3332 3344
4645 3353
______________
convert to:
1111 2321
3123 5556
3124 3344
3244 5566
3332 3344
4645 3353
If anyone can help I would really appreciate it.
don