Copying from periodic interval cells paste to another sheet cells

suresh01

New Member
Joined
Mar 17, 2021
Messages
1
Office Version
  1. 365
Platform
  1. Windows
I need to copy the data from MS excel sheet1 cells like regular interval a10,a20,a30.... and paste those value to sheet2 cells b1,b2,b3..... can you suggest some formula for the problem.
 

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.
Hi & welcome to MrExcel.
How about
+Fluff 1.xlsm
A
1Row1
2Row2
3Row3
4Row4
5Row5
6Row6
7Row7
8Row8
9Row9
10Row10
11Row11
12Row12
13Row13
14Row14
15Row15
16Row16
17Row17
18Row18
19Row19
20Row20
21Row21
22Row22
23Row23
24Row24
25Row25
26Row26
27Row27
28Row28
29Row29
30Row30
31Row31
32Row32
33Row33
34Row34
35Row35
36Row36
37Row37
38Row38
39Row39
40Row40
Sheet1


+Fluff 1.xlsm
AB
1Row10
2Row20
3Row30
4Row40
5
Sheet2
Cell Formulas
RangeFormula
B1:B4B1=FILTER(Sheet1!A1:A40,MOD(ROW(Sheet1!A1:A40),10)=0)
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,214,935
Messages
6,122,337
Members
449,077
Latest member
Jocksteriom

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