Average If

Troy73a

New Member
Joined
Feb 4, 2025
Messages
4
Office Version
  1. 365
Platform
  1. Windows
I have all of my week dates for all of 2025 in Row 7 and all of my week numbers for 2025 in Row 6. In F1 is the beginning week number (currently is '6')to pull average then in F3 I have the week number to average until (currently is '8'). The Row to be averaged is 22.

So, I want to average the percentages (In Row 22) that fall between week 6 and 8 (these will be numbers that can be changed by the user to get the data from the week numbers that they'd like to see). If I change the start and end week numbers to say 10 and 15, then I want only those week numbers to be averaged from row 22.

I hope I have explained it properly.
 
Maybe this:
Excel Formula:
=AVERAGEIFS(22:22,6:6,">="&F1,6:6,"<="&F3)
 
Upvote 0
For future reference.

Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at: Average If Dynamic Range
There is no need to repeat the link(s) provided above but if you have posted the question at other places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Upvote 0

Forum statistics

Threads
1,226,771
Messages
6,192,924
Members
453,767
Latest member
922aloose

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