Good afternoon all,
I think I am going a bit mad, running round in circles here.
But how do I get the sumif if section to add up if its above or equal to 90% as I think I am going mad.
I would normally just calculate against the cell but I need to do this as a sum as the cell it would reference shows like 91% (10) showing the % and the checks done as a concatenated calc.
I think I am going a bit mad, running round in circles here.
But how do I get the sumif if section to add up if its above or equal to 90% as I think I am going mad.
I would normally just calculate against the cell but I need to do this as a sum as the cell it would reference shows like 91% (10) showing the % and the checks done as a concatenated calc.
Code:
SUM(COUNTIF(G12,">="&G3,countif(SUMIFS(Data!AE:AE,Data!Y:Y,D12)/SUMIFS(Data!AD:AD,Data!Y:Y,D12),">="&0.90)
[code/]
thanks in advance
Gavin