Hello all, hope you can help.
I am having difficulty with a AVERAGEIFS formula I am currently using.
When I use filters and highlight the range that applies, excel provides to correct average calculation in the bottom RHS of the window.
However when I use the formula below it returns a completely different value that I know is wrong and am unable to work what is being included. I have used trim/clean functions and moved the sheet to a CSV file and re-import just to see if there is any hidden characters throwing it off.
As Im referencing from another sheet I also use the following with the same result.
Any help is appreciated, thanks in advance.
I am having difficulty with a AVERAGEIFS formula I am currently using.
When I use filters and highlight the range that applies, excel provides to correct average calculation in the bottom RHS of the window.
However when I use the formula below it returns a completely different value that I know is wrong and am unable to work what is being included. I have used trim/clean functions and moved the sheet to a CSV file and re-import just to see if there is any hidden characters throwing it off.
Code:
=(AVERAGEIFS(Sheet3!E2:E237,Sheet3!E2:E237,"<>",Sheet3!H2:H237,{"A","B","C"}))
As Im referencing from another sheet I also use the following with the same result.
Code:
=(AVERAGEIFS(INDIRECT("'"&$AH$1&"'!"&$AK$21),INDIRECT("'"&$AH$1&"'!"&$AK$21),"<>",INDIRECT("'"&$AH$1&"'!"&$AK$19),{"A","B","C"}))
Any help is appreciated, thanks in advance.
Last edited: