How to get data from every other cell

alethea2000

Board Regular
Joined
Nov 27, 2003
Messages
67
I have a spreadsheet that for example:

has data in cells A1 through to A10
I want to extract the data onto another worksheet from A1, A3, A5, A7, A9 so I thought i could put =a1 in the first cell then =A3 in the second cell then use autofill by series but this didn't work

Anyone have an idea please :biggrin:
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.

Peter_SSs

MrExcel MVP, Moderator
Joined
May 28, 2005
Messages
59,841
Office Version
  1. 365
Platform
  1. Windows
alethea2000

Try something like this:
=OFFSET(Sheet2!$A$1,2*ROW()-2,0)
and copy this down.
 
Upvote 0

Forum statistics

Threads
1,195,745
Messages
6,011,401
Members
441,613
Latest member
worksux

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
Top