M
MDW
I've got what aught to be a simple problem. I've got a
column of dates, and I'd like to see how many of these
dates are from a particular month. I know that I can use
MONTH(A1) to a return a value for a single cell. I also
know that I can use the COUNTIF([range],[criterion]) to
check if a range meets a certain criterion.
However, I seem unable to combine the two. I imagine that
my result for, say, Janurary wants to be somthing like
=COUNTIF([range],MONTH([magic something goes here])=1)
I just can't figure out what that magic something is!
Any thoughts?
column of dates, and I'd like to see how many of these
dates are from a particular month. I know that I can use
MONTH(A1) to a return a value for a single cell. I also
know that I can use the COUNTIF([range],[criterion]) to
check if a range meets a certain criterion.
However, I seem unable to combine the two. I imagine that
my result for, say, Janurary wants to be somthing like
=COUNTIF([range],MONTH([magic something goes here])=1)
I just can't figure out what that magic something is!
Any thoughts?