So Column A is a month (January), column B is the date an order was received, and column C is the date the order was processed. I'm trying to count how many times in the month of January the order was processed after the day it was received. I keep getting referred to SUMPRDUCT but that's not working and I need the month column criteria. I've tried- =countifs(A:A, "January", C:C>B:B) which of course does not work. Any suggestions?