if cell = null, then skip it to the lower cell.

the data is like this:

A36 1
A37
A38
A39 1

and i want to be like this:

A36
A39

without delete the row.