T
Tim Vice
I have a spread sheet that looks something like this:
1
this is a
2
test
3
to
4
see
The numbers are keying off the first number with this code
=IF(ISNUMBER(A15),A15+1,"--"), so if I delete a number the number column has
"--" and the next number is in sequence.
Now for the question, How can I automatically move a line up into a cell?
For example if I remove "test" from the 2nd line how can I automatically
move everything below it up to fill the empty position.
So "test"would be gone and "to" would be in the 2nd line and "see" in the
3rd.
Any ideas would be appreciated.
Thanks for your help.
Tim
1
this is a
2
test
3
to
4
see
The numbers are keying off the first number with this code
=IF(ISNUMBER(A15),A15+1,"--"), so if I delete a number the number column has
"--" and the next number is in sequence.
Now for the question, How can I automatically move a line up into a cell?
For example if I remove "test" from the 2nd line how can I automatically
move everything below it up to fill the empty position.
So "test"would be gone and "to" would be in the 2nd line and "see" in the
3rd.
Any ideas would be appreciated.
Thanks for your help.
Tim