Is it possible to shift cells from different rows after deleting a cell(s)? For example, say I have the follow table:

x x x x x x
x x x x x x
x x x x x x

I want to delete the first three entries...

x x x
x x x x x x
x x x x x x

When I do this I would like all the cells to shift accordingly as such:

x x x x x x
x x x x x x
x x x

Is this possible? Maybe a macro would help?

Thanks for any help!