M
Matt
I have a counting problem. I have a spreadsheet of
accounts with columns for Status (which equals Active or
Closed), create_dt (for date created in date format), and
closed_dt (for date closed in closed format). Some of
the date cells have [Null] as a value.
I want to count the number of accounts that were opened
in 1996 and closed in 1997. I was trying to use an array
formula, and I'd prefer that the 1996 & 1997 be
referenced cells. Here was what I was trying:
={sum((year(create_dt)=A1)*year(closed_dt)=A2))}
The function returns the #VALUE error.
Any suggestions?
Thanks,
Matt
accounts with columns for Status (which equals Active or
Closed), create_dt (for date created in date format), and
closed_dt (for date closed in closed format). Some of
the date cells have [Null] as a value.
I want to count the number of accounts that were opened
in 1996 and closed in 1997. I was trying to use an array
formula, and I'd prefer that the 1996 & 1997 be
referenced cells. Here was what I was trying:
={sum((year(create_dt)=A1)*year(closed_dt)=A2))}
The function returns the #VALUE error.
Any suggestions?
Thanks,
Matt