How to have a calculation shift down 7 cells per 1 result cell.

Hmill

New Member
Joined
Jun 23, 2022
Messages
26
Office Version
  1. 2016
Platform
  1. Windows
I am trying to do a summation of how many labs occur per week from a daily count on another sheet. However, I can not get the summation to shift down 7 days at a time. Is there a way to do this?
Weekly summary:
1656344923297.png


From the Daily Counts:
1656345040451.png


I need It to sum a week at a time like this. Then , the next cell automatically sums the range for the next week, not just shift the range down one cell.
1656345109386.png
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
How about in B3 dragged down
Excel Formula:
=SUM(INDEX(T!B:B,ROWS(B$3:B3)*7-5):INDEX(T!B:B,ROWS(B$3:B3)*7+1))
 
Upvote 0
That works for the first row but just get 0's after that
 
Upvote 0
From your image there is nothing but zeros in your data.
 
Upvote 0
Oh, your right. I haven't updated that data yet. Thanks
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0
Hey bro, I got all my data inputted and the formula doesn't work.
 
Upvote 0
This what its giving me:
1656510715768.png

This the data its supposed to be pulling from.
1656510760299.png


This is my data
 
Upvote 0
Check the your numbers are real numbers & not text.
 
Upvote 0

Forum statistics

Threads
1,216,045
Messages
6,128,486
Members
449,455
Latest member
jesski

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