=IFERROR(SUMIF($B9:$B375,$B12,W9:W375)+SUMIF($B9:$B375,$B13,W9:W375)*W9:W375,0)
I'm trying to add the results of two different columns together. They add successfully, but some times, because the record is not populated, some cells have a NUM error, so I'm trying to tell Excel to add these two columns together, but ignore NUM errors where they occur.
I think I might need to use IF(ISERROR(SUMIF(... instead of IFERROR.
The formula above works but when i a number value is entered in somewhere along cells in Column W, the calculation returns NUM. What am I doing wrong?
Bookmarks