AwesomeSteph
Board Regular
- Joined
- Aug 18, 2017
- Messages
- 80
Is there a way to use SUMIFS for negative numbers?
What I started with:
=SUMIFS(QA!M:M,QA!D:D,">="&Summary!B1,QA!D:D,"<="&Summary!B2)
The result should be -11 (5 negative twos and 1 negative one) however the result is 258974
what I tried to fix it
=SUMIFS(QA!M:M,QA!M:M,"<0",QA!D:D,">="&Summary!B1,QA!D:D,"<="&Summary!B2)
this resulted with nothing.
What I started with:
=SUMIFS(QA!M:M,QA!D:D,">="&Summary!B1,QA!D:D,"<="&Summary!B2)
The result should be -11 (5 negative twos and 1 negative one) however the result is 258974
what I tried to fix it
=SUMIFS(QA!M:M,QA!M:M,"<0",QA!D:D,">="&Summary!B1,QA!D:D,"<="&Summary!B2)
this resulted with nothing.