BlueRhinos
Board Regular
- Joined
- Aug 31, 2007
- Messages
- 83
Objective: Trying to sum data values in a column that meet 2 conditions. Specifically, the values in column A that equal value D and values in column B that equal value E.
Here's my approach.
=SUM(('WMB Data - JULY'!$E$1:$E$642=A11)*('WMB Data - JULY'!$F$1:$F$642=A10)*'WMB Data - JULY'!$J$1:$J$642)
With CSE applied, I'm getting "#VALUE" and the message - "A value used in the formula is of the wrong data type". Can anyone elaborate and help me fix?
Any help is appreciated!
Here's my approach.
=SUM(('WMB Data - JULY'!$E$1:$E$642=A11)*('WMB Data - JULY'!$F$1:$F$642=A10)*'WMB Data - JULY'!$J$1:$J$642)
With CSE applied, I'm getting "#VALUE" and the message - "A value used in the formula is of the wrong data type". Can anyone elaborate and help me fix?
Any help is appreciated!