D
Darren
Hi.
I currently have the following function set up to count
the number of records based on dates:
=SUM((Sheet1!A1:A5575>=DATE(2003,4,1))*(Sheet1!
A1:A5575<=DATE(2003,4,30)))
In the same worksheet there are fields populated with data
for which I would like to know the count of this data
against the above function.
For example: How many "data" for April 2003 (above
function).
I tried using IF statements within the same function, but
I'm having no joy
Any help greatly appreciated
I currently have the following function set up to count
the number of records based on dates:
=SUM((Sheet1!A1:A5575>=DATE(2003,4,1))*(Sheet1!
A1:A5575<=DATE(2003,4,30)))
In the same worksheet there are fields populated with data
for which I would like to know the count of this data
against the above function.
For example: How many "data" for April 2003 (above
function).
I tried using IF statements within the same function, but
I'm having no joy
Any help greatly appreciated