I'm trying to count the number of items that were published for each LOB in our operation during each month. I've tried a dozen different formulas, but I can't seem to get any to work. I currently have a sheet summary with the following:
=COUNTIFS([Received Month]:[Received Month], IFERROR(MONTH(@cell ), 0) = 1, (LOB, "Guest Relations"))
I have this as the column formula for the Received Month column:
=MONTH([Edits Received]@row)
What am I missing? Should I be using IFERROR for the months, since some of the cells do have #INVALID DATA TYPE?
Any help would be appreciated!