Interrogation
New Member
- Joined
- Nov 22, 2018
- Messages
- 3
Hey All,
I have the below table, and instead of having "B", I have formula that goes : If(xxx,"Text", ""), and as it stands B should then reflect: "".
When I use the formula: sumifs(range Y,Range Y, "<>"), the formula reverts 3; but if I use sumproduct ((range X <> "")*(Range Y)) the formula reverts the appropriate 2.
I dont understand why and I would like to keep using sumifs and not having to add a column.
Do you have any solution?
I have the below table, and instead of having "B", I have formula that goes : If(xxx,"Text", ""), and as it stands B should then reflect: "".
When I use the formula: sumifs(range Y,Range Y, "<>"), the formula reverts 3; but if I use sumproduct ((range X <> "")*(Range Y)) the formula reverts the appropriate 2.
I dont understand why and I would like to keep using sumifs and not having to add a column.
Do you have any solution?
Range X | Range Y |
A | 1 |
B | 1 |
C | 1 |