Column A contains numbers that I want to SUM. But only if they correspond to cells from EITHER of any other columns that contain a word.
For instance
A1 = 100
A2 = 50
A3 = 25
A100 = 5
B1 = max
B2 = (empty)
B3 = (empty)
B100 = (empty)
C1 = (empty)
C2 = maxwell
C3 = (empty)
C100 = the max
How do I make a formula so that IF EITHER columns B OR C contain "max" in any way, that the corresponding cells in column A will be summed ? And just incase, what if I wanted to include multiple other, column D for instance.
In this case the desired result would be the sum of A1,A2,A100 which would be 155
For instance
A1 = 100
A2 = 50
A3 = 25
A100 = 5
B1 = max
B2 = (empty)
B3 = (empty)
B100 = (empty)
C1 = (empty)
C2 = maxwell
C3 = (empty)
C100 = the max
How do I make a formula so that IF EITHER columns B OR C contain "max" in any way, that the corresponding cells in column A will be summed ? And just incase, what if I wanted to include multiple other, column D for instance.
In this case the desired result would be the sum of A1,A2,A100 which would be 155