I have a spreadsheet with data in each row (as an example) from row 1 through row 500 and I want to add a blank row between each of the 500 existing rows.
Is there an easy way to complete this task without having to use VBA?
The way you can do it is add another column put the numbers next to your 500 row, (1,2,3...500), then copy (1,2,3...500) to further 500 lines and then sort by new newly created column.
...of course, if you simply want to make your table look nice and don't care about imparing data analysis functionality and data manipulation features, have at it.
But if you do intend to analyze and manipulate your data, you've added weights to your running shoes!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.