I need to count how many times a specific date occurs in multiple ranges.
I have multiple columns with dates, nine per year to be exact. There are however columns with other values inbetween.
Each year has columns for:Interim - Declared (Col C - Date)
Interim - LDT (Col D - Date)
Interim - Payment (Col E - Date)
Interim - Amount (Col F - Number)
Final - Declared (Col G - Date)
Final - LDT (Col H - Date)
Final - Payment (Col I - Date)
Final - Amount (Col J - Number)
Special - Declared (Col K - Date)
Special - LDT (Col L - Date)
Special - Payment (Col M - Date)
Special - Amount (Col N - Number)
I need to count how many times a specific date occurs in the LDT columns only.
How do I enter the criteria for a date?
While trying to figure out the CountIfs function syntax I used the numeric values columns:
Entering CountIfs(F5:F120,95) answer is 3
Entering CountIfs(F5:F120,95,J5:J120,95) answer is 0 when it should at least be 3???
If it doesn't work with one year how is it going to work with multiple years?
What an I doing wrong? How do I do this?
Bookmarks