Hi,
yes, you can do this in 2 minutes
if you will need this often you can automatize this process
make copy of your sheet in case this goes wrong
insert a column
in first cell next to data type =ROW()
copydown (or doubleclick rectangular handle at bottomright of cell)
select all those numbers (normally selection is already made when copying)
copy + pastevalues (Ctrl+C, rightclick-choose pastespecial, select values)
copy data again
paste at the bottom for as many rows you want to insert
now you will have something like this (this sample to insert 3 rows)
A B C
1 1 data A1 data B1
2 2 data A2 data B2
3 3 data A3 data B3
4 4 data A4 data B4
5 1
6 2
7 3
8 4
9 1
10 2
11 3
12 4
13 1
14 2
15 3
16 4
Blad1
[Table-It] version 06 by Erik Van Geit
select all data including new column + data where you want to insert rows
sort the data (menu data / sort)
delete inserted column
kind regards,
Erik