Hiya,
As the title suggests I'm struggling to find a formula that lets me select the max (and min) values out of a column, but only when another column matches the string "Complex"
Column E = "Complex" or "Simple"
Column V = The values, from which max and min need to be selected
I've managed to calulate the mean, but the other two elude me:
Can anyone help?
As the title suggests I'm struggling to find a formula that lets me select the max (and min) values out of a column, but only when another column matches the string "Complex"
Column E = "Complex" or "Simple"
Column V = The values, from which max and min need to be selected
I've managed to calulate the mean, but the other two elude me:
Code:
=AVERAGEIF(Data!E3:E100,"Simple",Data!V3:V100)