So I inherited a program that has the following formula:
=SUMIF('National Feeder'!$C$40:$C$45,markets!$E$73,'National Feeder'!$D$40:$D$45)
However I need to add ISERROR to this formula somehow, and when I try:
=SUM(IF(ISERROR('National Feeder'!$C$40:$C$45,markets!$E$73,'National Feeder'!$D$40:$D$45)
I receive this error: You've entered too many arguments for this function.
So I am not sure of the correct syntax to use to couple SUMIF and ISERROR without this error message coming up.
=SUMIF('National Feeder'!$C$40:$C$45,markets!$E$73,'National Feeder'!$D$40:$D$45)
However I need to add ISERROR to this formula somehow, and when I try:
=SUM(IF(ISERROR('National Feeder'!$C$40:$C$45,markets!$E$73,'National Feeder'!$D$40:$D$45)
I receive this error: You've entered too many arguments for this function.
So I am not sure of the correct syntax to use to couple SUMIF and ISERROR without this error message coming up.