To expand this as the question was poorly put
I have a spreadsheet with multiple worksheets, and am trying to count
entries in a given month that were completed after an agreed completion date.
I am starting with one of the sheets, but cannot find a function that will
allow me to count all 'January' entries. They all have a 'Date Raised' entry
in UK format. i.e 12-Jan-09 from 12/01/09.
My current failing array formula is as follows
=SUM(IF('Closed RFD Log'!E93:E400=MONTH(1),(IF('Closed RFD
Log'!I93:I400="Funded",IF('Closed RFD Log'!N93:N400>'Closed RFD
Log'!P93

400,1,0)))))