I am using the following formula in my spreadsheet to count the number of letters issued over a period of time that met a deadline:
=SUMPRODUCT((('Apr-Jun'!$M$2:$M$20>=$C$11)*( 'Apr-Jun'!$M$2:$M$20<=$C$12)),--('Apr-Jun'!$S$2:$S$20="Y"))
M = Date letter issued
C11 = Start Date
C12 = End date
S = Deadline met?
The formula above works fine but when I change the number range of cells in column M and S from 20 to 2000, the formula comes up with #VALUE. Can anyone tell me why that is and what I can do to fix it please?
=SUMPRODUCT((('Apr-Jun'!$M$2:$M$20>=$C$11)*( 'Apr-Jun'!$M$2:$M$20<=$C$12)),--('Apr-Jun'!$S$2:$S$20="Y"))
M = Date letter issued
C11 = Start Date
C12 = End date
S = Deadline met?
The formula above works fine but when I change the number range of cells in column M and S from 20 to 2000, the formula comes up with #VALUE. Can anyone tell me why that is and what I can do to fix it please?