selecting every second row

J

John Kurby

I have 100,000 rows of data, but i only want to lot every seecond row of
data.
does anybody know how to make a new colmn, that will select every second row
of the other colmn?

I dont want to do it by hand :)

Thanks
 
F

Frank Kabel

Hi
enter the following in cell B1
=OFFSET($A$1,(ROW()-1)*2,0)
and copy this down
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top