learning_grexcel
Active Member
- Joined
- Jan 29, 2011
- Messages
- 319
I'm just learning sumproduct from different free online sources. I notice that the following two formulas produce same result.
I wonder if there is any difference between them and what occasions we put (--) usually.
= sumproduct((D1:D5) * (B1:B5 = "x") * (C1:C5 = "123"))
=sumproduct (--(B1:B5="x"), --(C1:C5="123"), (D1:D5))
I wonder if there is any difference between them and what occasions we put (--) usually.
= sumproduct((D1:D5) * (B1:B5 = "x") * (C1:C5 = "123"))
=sumproduct (--(B1:B5="x"), --(C1:C5="123"), (D1:D5))