Copy formula with column range data

MarioChiesa

New Member
Joined
Sep 10, 2021
Messages
1
Office Version
  1. 2019
Platform
  1. Windows
Hello,

I have extracted data for values that are all in a single column. There’s around 8700 total rows of values in the E column. Every 25th row of the column data needs to be part of a simple avg formula…

=(MIN(E2:E25)+MAX(E2:E25))/2
I need to copy and drag this formula down to repeat for cells E26:E49 and so on. I do not know how to do this without having to directly type the range each time for each group of 24 rows of data. When I do it and drag the cell down to duplicate them, all that happens is the formula changes to E3:E26 next and so on to E4…

Can anyone please assist with this issue?

Thank you..
Mario
 

Attachments

  • 4002AC7B-6C2D-48EE-BE4C-CC6FED8149E3.jpeg
    4002AC7B-6C2D-48EE-BE4C-CC6FED8149E3.jpeg
    162.1 KB · Views: 15

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Welcome to the Board!

What cell are you placing this first formula into (cell address, please)?
And then what cell do you want to place the second formula into?

Once we now the address of the cells you are putting these formulas into, we can make use of the INDIRECT or OFFSET functions in conjunctions with the ROW and/or COLUMN numbers to dynamically build the "jump" you need.
 
Upvote 0

Forum statistics

Threads
1,213,513
Messages
6,114,064
Members
448,545
Latest member
kj9

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