AVERAGEIFS Returns #value!

Alef Morais

New Member
Joined
Mar 31, 2022
Messages
5
Office Version
  1. 365
Platform
  1. Windows
Hi Guys,

I trying to get the Avg results for each employees, but always return #Value!
I'm using this function: =AVERAGEIFS('Evals Report BR'!I:I,'Evals Report BR'!P:S,PowerBI!B2)
Maybe is because I selecting 4 columns in criteria range?

But if so, any function I could be using for that?

Because I have the same name employees in column 4, 3 and sometime in 2, etc..

I wanted the Excel to search for the general average of these employees regardless of the column he is.
 

Attachments

  • Capture.JPG
    Capture.JPG
    75.6 KB · Views: 11
Ok, col F in that file has null strings rather than empty cells, try
Excel Formula:
=LET(m,MMULT(TRANSPOSE(--('Evals Report BR'!J$2:L$1000=B2)),IFERROR(--('Evals Report BR'!F$2:F$1000),0)),SUM(m)/COUNT(m))
 
Upvote 0

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)

Forum statistics

Threads
1,215,700
Messages
6,126,281
Members
449,308
Latest member
VerifiedBleachersAttendee

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