Hello All, Below is the situation where Product Column is having 2 values:"A" & blank, where product is not know. I'm trying to calculate how total qty of Product A & unknown product.
I'm using SUMIFS condition, but formula doesn't consider blank cells (unknown product). How to consider blank cells, so that total qty would be "11" for unknown product.
Formula used =SUMIFS(B:B,A:A,A:A)
=SUM(SUMIF(A1:A7,{"A",""},B1:B7))
and similar to sumifs – Dang D. Khanh