I've got an AVERAGEIFS() formula that kind of works great but I need to add the DAY() converter in to save having another converter column.
Scenario attached.
If I use this formula - =AVERAGEIFS($C$2:$C$11,$A$2:$A$11,"="&G$3,$B$2:$B$11,"="&$E5) it works.
But if I use this formula - =AVERAGEIFS($C$2:$C$11,$A$2:$A$11,"="&G$3,day($B$2:$B$11),"="&$F4)
Excel shows me an error.
What am I doing wrong?
Scenario attached.
If I use this formula - =AVERAGEIFS($C$2:$C$11,$A$2:$A$11,"="&G$3,$B$2:$B$11,"="&$E5) it works.
But if I use this formula - =AVERAGEIFS($C$2:$C$11,$A$2:$A$11,"="&G$3,day($B$2:$B$11),"="&$F4)
Excel shows me an error.
What am I doing wrong?