C
cjwenngatz
So I can't get the formula below to work. Any suggestions?
For reference, the sheet with all the data is called "All Movements".
column O.
=SUMPRODUCT(--('All Movements'!D
="Mike"),--('All
Movements'!O:O="AB"),'All Movements'!E:E)
Right now I get #NUM error in the cell.
Thanks.
For reference, the sheet with all the data is called "All Movements".
with the name "Mike" in column D, and the province abbreviation "AB" inFrom that sheet I want to sum all the figures in column E that match
column O.
=SUMPRODUCT(--('All Movements'!D

Movements'!O:O="AB"),'All Movements'!E:E)
Right now I get #NUM error in the cell.
Thanks.