Problem:
Using an OR operator in Array functions
I have a dataset that seems to lend itself to evaluating with an array formula.
In column C, I have left, right, center, mod, top, and bottom as values. I wish to count the sum of values for smith of the values left, right and mod,
The summation occurs from the numerical data in column E.
I am trying to use the below array formula, and can’t get it to work. It was entered by using Ctrl+Shift+Enter simultaneously.
Can anyone determine my problem? Perhaps I do not understand something.
Question - {=SUM ((C5:C1335="left")*(C5:C1335="right")*(C5:C1335="mod")*((D5:D1335="smith")*(E5:E1335))}
Please describe the problem using an OR operator in Array functions.