I have a spreadsheet set up similar to the one attached. I have used sumproduct to be able to locate the number of flights that Pilot Alan made in the Plane Beta during March of 2013 while restricting the range to only the first 3 rows of data =sumproduct((plane="Beta")*(pilot="Alan")*(year="2013")*(month="Mar")*$e$4:$p$6). My problem comes in when I try to extend the data range to the full data set $e$4:$p$14, I receive the #N/A error. I am assuming my problem is due to the blank rows that seperate the pilots, which I need for format and user reasons. I have tried to use -- intead of the * and receive back the #VALUE! error, but I may not be using the double dash correctly. Any help or suggestions would be greatly appreciated!