D Dana Nov 17, 2008 #1 I have a sumif function with two criteria so I used the sumproduct function, but it returns the !Value# error? I can't figure out why?
I have a sumif function with two criteria so I used the sumproduct function, but it returns the !Value# error? I can't figure out why?
D Dana Nov 17, 2008 #3 The formula is SUMPRODUCT(('DR Kronos'!$B$4:$B$4878=A2)*('DR Kronos'!$I$4:$I$4878="Project")*('DR Kronos'!$G$4:$G$4878))
The formula is SUMPRODUCT(('DR Kronos'!$B$4:$B$4878=A2)*('DR Kronos'!$I$4:$I$4878="Project")*('DR Kronos'!$G$4:$G$4878))
D David Biddulph Nov 17, 2008 #4 If you've got a value error, at least one of the cells in your range in column G contains text, rather than a number.
If you've got a value error, at least one of the cells in your range in column G contains text, rather than a number.
T T. Valko Nov 17, 2008 #6 This syntax will ignore text: =SUMPRODUCT(--('DR Kronos'!$B$4:$B$4878=A2),--('DR Kronos'!$I$4:$I$4878="Project"),'DR Kronos'!$G$4:$G$4878)
This syntax will ignore text: =SUMPRODUCT(--('DR Kronos'!$B$4:$B$4878=A2),--('DR Kronos'!$I$4:$I$4878="Project"),'DR Kronos'!$G$4:$G$4878)