Using the information found in this thread: https://www.excelforum.com/excel-gen...urn-value.html I modified the below formula to my needs, but the result is not resulting in a blank cell when the criteria doesn't have any matches.
The original suggestion:

Originally Posted by
KCchristoph
=IF(COUNTIF([criteria range], [criteria])>0, SUMIFS([sum range], [criteria range], [criteria]), "")
example: =IF(COUNTIF(H:H, A2)>0, SUMIFS(I:I, H:H, A2), "")
This will give you back a blank whenever there isn't a data match to sum,...
While I am getting the correct value when there is data that matches the criteria, I am still getting a zero when there isn't anything to sum. Where am I going wrong in the formula?
My modified version:
Thank you for your help.
Bookmarks