Forum Discussion
SatishBadiger
Jun 29, 2022Copper Contributor
Finding Average based on multiple criteria
Hi every one, I'm trying to write a formula based on multiple conditions as per stated below. Location Designation Department Rate / Hour IND Data Analyst A 10 IND Data Analyst B ...
- Jun 29, 2022
Here is a simple formula solution:
In E2:
=AVERAGEIFS($D$2:$D$6,$A$2:$A$6,A2,$B$2:$B$6,B2)
OliverScheurich
Jun 29, 2022Gold Contributor
You can try the attached file with Power Query.