Hi,
I have several coumns of data, all of them are dates. I want to add some statistical information in the worksheet telling me which dates are in which range in several of the columns.
I thought countif would be ideal for this so set about using it ... and this is where I need help
=countif(a:a, ">01/01/2011") - this works fine!
=countif(b:b, and(">01/01/2011","<01/01/2012")) - this returned 5 but I could count at least 50 rows which were between the two dates
I have made sure all the rows are formatted as date
Help please!
Thanks
Chris
I have several coumns of data, all of them are dates. I want to add some statistical information in the worksheet telling me which dates are in which range in several of the columns.
I thought countif would be ideal for this so set about using it ... and this is where I need help
=countif(a:a, ">01/01/2011") - this works fine!
=countif(b:b, and(">01/01/2011","<01/01/2012")) - this returned 5 but I could count at least 50 rows which were between the two dates
I have made sure all the rows are formatted as date
Help please!
Thanks
Chris