on a sheet i have summaries which should count if month numbers in a column. it works on other sheets but not this one so am a bit dumbfounded.
the "month" column is a formula (=month @ row) basically telling me what the month was the shipment was created.
the summary is simply count records for each month.
=COUNTIF(month:month, =2) as an example and i get the response invalid data type.
I have tried changing formula to =countif(month:month, ="2") and even "02" but same result.