I put this formula in Excel and it did not work, why?
=SOMASE(E2:E158;"<=4>=10";B2:B158)
I can not put it that is greater than 4 and less than 10, it only accepts one of two hypotheses ... how to do?
I put this formula in Excel and it did not work, why?
=SOMASE(E2:E158;"<=4>=10";B2:B158)
I can not put it that is greater than 4 and less than 10, it only accepts one of two hypotheses ... how to do?
For multiple criteria, you should use SOMASES
=SOMASES(B2:B158;E2:E158;">=4";E2:E158;"<=10")
Syntax:
=SOMASES( intervalo_soma, critérios_intervalo1, critérios1, [critérios_intervalo2, critérios2], ...).