Really needs some help on this: I am trying to get a count of something that is in a given date range.
<tbody>
</tbody>
So I want a count of all the “Y” values in the Completed column based off the date range of 3/11/2016-3/18/2016. Can someone please help me out?
Date | Lead Tech | Non Lead Tech | Completed |
3/11/2016 | Y | ||
3/15/2016 | | | N |
3/16/2016 | | | N |
3/17/2016 | | | Y |
3/20/2016 | | | N |
| | | |
<tbody>
</tbody>
So I want a count of all the “Y” values in the Completed column based off the date range of 3/11/2016-3/18/2016. Can someone please help me out?