Forum Discussion
Excel formula help
- Apr 13, 2019
Then I assume you have not actually provided the 5 parameters as suggested.
Check carefully that you have conformed to the syntax
=SUMIFS(
Table1[MRR]), {the range to be conditionally summed}
Table1[Status], {the first criterion range}
"red", {the value you required for the first criterion}
Table1[Primary CSEP Identification], {the second criterion range}
"<>Contract Renewal - within 3 months") {the value you required for the second criterion}
with commas separating the arguments.
Thank you for your reply and help. I tried this formula during this process and again with your comment, however I recieve an error back stating "You've entered too few arguments for this function".
Then I assume you have not actually provided the 5 parameters as suggested.
Check carefully that you have conformed to the syntax
=SUMIFS(
Table1[MRR]), {the range to be conditionally summed}
Table1[Status], {the first criterion range}
"red", {the value you required for the first criterion}
Table1[Primary CSEP Identification], {the second criterion range}
"<>Contract Renewal - within 3 months") {the value you required for the second criterion}
with commas separating the arguments.
- abundasApr 13, 2019Copper Contributor
Thank you Peter, I have tried this formula many times but when you broke it out like that I re-wrote it, as you spelled out. This worked!! I must've missed a comma somewhere or something small since I have been looking at it for 3 days :).
Very much appreciate your help and walking me through it!