I've searched for the solution to this problem and have been unable to find it. So here goes my first post!
As the title states I'm trying to determine the max/min/std dev of a set of data based on multiple criteria.
The criteria however can sometimes not be selected at all.
I was able to solve for the average using the following formula:
=AVERAGEIFS(Data!D2:D10,Data!A2:A10,Results!B2,Data!B2:B10,Results!B3,Data!C2:C10,Results!B4)
This is because the function averageifs accepts the symbol * as a wild card.
I've seen suggestions to use max(if(
but the if function does not accept wildcards to the best of my knowledge.
I would really appreciate any help or suggestions.
I have attached a file with a simplifed version of my problem.
Thank you in advance!!
Bookmarks