How can I scatter plot every other nth cell?

kfirbep

New Member
Joined
Feb 3, 2023
Messages
1
Office Version
  1. 365
Platform
  1. MacOS
I have huge amount of data and I need to scatter plot every 20th cell, I was wondering how can I do it? I have (Plotting a graph with every nth cell) found here a solution by using the code =INDEX($A$4:$A$38,ROW(A1)*7) that someone suggested there but I have a little problem.
The first line I need to use is line 22, then after this line I need every 20th cell. can someone help me? I am a newbie in excel so I don't even know how to read this code right. all I did was to change it to =index($D$22:D25739,Row(D22)20
but it doesn't work...
thank you in advance
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Book1
ABCDEFGH
1DataEvery3Every5Every7
217171717
31371522
4231184
57111210
621193
71512
8124
92210
1014
1111
1218
136
1419
159
164
1712
1820
1916
2024
212
223
2310
248
255
26
Sheet3
Cell Formulas
RangeFormula
C2:C9C2=INDEX(A2:A25, SEQUENCE(ROUNDUP(ROWS(A2:A25)/D1,0),,1,D1))
E2:E6E2=INDEX(A2:A25, SEQUENCE(ROUNDUP(ROWS(A2:A25)/F1,0),,1,F1))
G2:G5G2=INDEX(A2:A25, SEQUENCE(ROUNDUP(ROWS(A2:A25)/H1,0),,1,H1))
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

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