Hi all,
I am using the following formula to try and count the number of instances people said 'yes' from a particular group between particular dates.
=COUNTIFS(DATE!$E:$E, ">="&Sheet1!$L$3, DATE!$E:$E, "<="&Sheet1!$L$4, GroupName!$D:$D, "TEXT", ANSWER!G:G, "Yes")
the dates in cell L3 ad L4 are entered as 1/4/13 and 30/9/14.
I am constantly getting a '0' result. If I take out the <= criteria and range than I get a result but one that is much higher than if I filter the results myself and count them.
Please can someone advise what might be wrong with the formula to be producing these inaccurate or '0' figures.
Many thanks,
Bookmarks