How specify a range of every nth cell?

browns87

New Member
Joined
Mar 19, 2009
Messages
3
Hello,

I want to analyze the data from every 10th cell in column composed of 1000 rows (ie cells A10, A20, A30 ... A980, A990, A1000). When entering a formula, how do I specify the range which includes these 100 relevant cells, but excludes the 900 irrelevant cells?

extraneous information:
I am familiar with the use of the formula MOD(ROW(A1),10) to specify a range, but it does not work when trying to specify this range in a formula.
version: Excel 2007
OS: Win XP (and Win 7)

Thanks in advance.
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Welcome to the forums!

Try using:

INDIRECT(ADDRESS(MOD(ROW(A1),10),1,4))
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,173
Members
451,543
Latest member
cesymcox

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