Hi All,
Could you please suggest how can I amend this formula whereby I can replace the part of countif(I10:I11:I13:I14:I16:I17:I18:I19:I20:I21:I28 as I would consider those as single cells rather than a series? In fact the cells in between the selection e.g. I12,I15 still applies the countif function and they shouldn't. In fact, if I replace the : with , the formula has too many conditions and I get stuck
=IF(SUM(L9:L21)*100+IF(SUM(COUNTIF(I10:I11:I13:I14:I16:I17:I18:I19:I20:I21:I28,'FATF Feb23'!B5:B17)),48,0)>48,48,((SUM(L9:L21)*100)))
Could you please suggest how can I amend this formula whereby I can replace the part of countif(I10:I11:I13:I14:I16:I17:I18:I19:I20:I21:I28 as I would consider those as single cells rather than a series? In fact the cells in between the selection e.g. I12,I15 still applies the countif function and they shouldn't. In fact, if I replace the : with , the formula has too many conditions and I get stuck
=IF(SUM(L9:L21)*100+IF(SUM(COUNTIF(I10:I11:I13:I14:I16:I17:I18:I19:I20:I21:I28,'FATF Feb23'!B5:B17)),48,0)>48,48,((SUM(L9:L21)*100)))