I have the following sumifs formula which gives me the correct result
However if I use the following formula , it returns zero
It would be appreciated if someone can assist me
Code:
=SUM(SUMIFS(C:C,B:B,({"*lab mon*","*lab fast*"})))
However if I use the following formula , it returns zero
Code:
=SUMIFS(C:C,B:B,"*lab mon*",B:B,"*lab fast*")
It would be appreciated if someone can assist me