Hi Guys,
I am always getting an error #NUM when I enter the Month function into the SUMPRODUCT formula. Here is the table:
Column A
07/01/2008
08/01/2008
07/03/2008
09/02/2008
Column B
Sales
Tech
Tech
Sales
Column C
Majors
Majors
Majors
National
I have other 3 columns to add as part of my criterias but here is my formula:
=SUMPRODUCT(--(MONTH($A$1:$A$5)=7),--($B$1:$B$5="Sales"),--(!$C$1:$C$5="Majors))
The result should be 1 but I am always getting #NUM.
Your help on this is appreciated!
Bookmarks