Hi I have the following data and need to get a count of how many times a user has attended the lab within a specific date range. Can someone help me out with this please? As an example, how can I get the count of 3 if I select the date range of 4/3/2017 to 4/8/2017. I will have the user input the date range in separate columns. Any help will be appreciated.
<tbody>
</tbody>
Thanks,
Date | User ID |
4/1/2017 | Dave |
4/1/2017 | Julie |
4/3/2017 | Dave |
4/5/2017 | Tom |
4/5/2017 | Dave |
4/7/2017 | Tom |
4/8/2017 | Julie |
4/8/2017 | Dave |
4/8/2017 | Tom |
<tbody>
</tbody>
Thanks,