AVERAGEIF ACROSS MULTIPLE COLUMNS..EXCLUDING DATES

JuicyMusic

Board Regular
Joined
Jun 13, 2020
Messages
210
Office Version
  1. 365
Platform
  1. Windows
Hi, I have seen several awesome solutions using SUMIF and SUMPRODUCT for but excluding certain criteria. All of them were for vertical data set (descending rows). I need the same solution across multiple columns (horizontal).

I am only allowed to send a snapshot. I can't wait to see how simple and awesome the solution really is. The column circled in Red is where the AVERAGE formula is.

Thanks everyone!
Juicy,
 

Attachments

  • Capture_ average across column_excluding dates.PNG
    Capture_ average across column_excluding dates.PNG
    17.1 KB · Views: 8

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
How about something like
Excel Formula:
=averageifs(B2:I2,B1:I1="Score")
 
Upvote 0
Hi Fluff, I get a message: You've entered too few arguments for this function so I removed the "s" after averageifs. Let me know. Thansk!
 
Upvote 0
Oops, it should be
Excel Formula:
=averageifs(B2:I2,B1:I1,"Score")
 
Upvote 0
Solution
Hahaaa......I saw the equal sign but thought this is how you write an IF formula for Average (instead of a comma) :) . I'm glad you did Oopps because I will remember this formula.
You are awesome! I anchored it. THANK YOU!!!! SOLVED

Excel Formula:
=AVERAGEIFS(B3:I3,$B$2:$I$2,"Score")
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,510
Messages
6,125,228
Members
449,216
Latest member
biglake87

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