inserting blank rows in between rows with data

hinchah

Board Regular
Joined
Oct 24, 2002
Messages
74
i have about 400 rows filled with data. in order for my formula to work i need to insert a blank row in between all 400 rows. does anyone know the answer to this without creating a macro??

-thanks
This message was edited by hinchah on 2002-10-25 21:45
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Hi

I think (?) there is a feature on ASAP-utilities.com that will do this very nicely...free download...also have a lot of other good stuff


hope this helps...

pll
This message was edited by plettieri on 2002-10-25 22:04
 
Upvote 0
This formula will do it, but it's rather tedious to write a formula for something that can be doen so easily with a macro:

=IF(((ROW()+1)/2)=ROUND((ROW()+1)/2,0),OFFSET($A$1,((ROW()+1)/2)-1,0),"")
 
Upvote 0

Forum statistics

Threads
1,214,832
Messages
6,121,849
Members
449,051
Latest member
excelquestion515

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top