I have a formula to calculate entries in column N. The cells in Column N have the following formula in them:
=IF(K2="","",IF(M2<=15,"Y",IF(M2>=16,"N","")))
I want my formula to calculate the entries in column N that contain a Y and am using the following formula:
=SUMPRODUCT(--('July-September 2011'!$K$2:$K$19241>=$C$11),--('July-September 2011'!$K$2:$K$19241<=$C$12),--('July-September 2011'!$N$2:$N$19241="Y"))
It keeps returning #NAME?. I have filtered column N to find the entries that have #NAME? in them but they show as blank rather than as having #NAME? in them. There are no entries in any other row for these cells. I have tried deleting the rows, deleting the above formula from the cells in the column and replacing the formula with another entry but #NAME? still appears as being an entry in the column.
Can anyone help with this please?
=IF(K2="","",IF(M2<=15,"Y",IF(M2>=16,"N","")))
I want my formula to calculate the entries in column N that contain a Y and am using the following formula:
=SUMPRODUCT(--('July-September 2011'!$K$2:$K$19241>=$C$11),--('July-September 2011'!$K$2:$K$19241<=$C$12),--('July-September 2011'!$N$2:$N$19241="Y"))
It keeps returning #NAME?. I have filtered column N to find the entries that have #NAME? in them but they show as blank rather than as having #NAME? in them. There are no entries in any other row for these cells. I have tried deleting the rows, deleting the above formula from the cells in the column and replacing the formula with another entry but #NAME? still appears as being an entry in the column.
Can anyone help with this please?