I have never completed an AVG formula yet, and I am looking at past posts, and i cant find something close to what I am looking for.
I have criteria it needs to meet, before it can calculate the Average
Must contain English
Must contain NDC
Must contain Open
Must Contain 'ALL'
Then i need it to take all the data in the column AverageAHTOccurrence and calculate the AVG
I figured I needed to use the AVERAGEIF since i have criteria it needs to meet, but i'm not sure how i wrap up the formula.
This is what I have so far:
=AVERAGEIF({Language}, HAS(@cell, "English"), {NDC/Graphical}, HAS(@cell, "NDC"), {Status}, HAS(@cell, "Open"), {Airline}, HAS(@cell, "ALL"), {AverageAHTOccurrence})
and im pulling the data from another sheet that sometimes has other values which is why im using HAS