searchingforhelp
Board Regular
- Joined
- Nov 11, 2020
- Messages
- 67
- Office Version
- 365
- Platform
- Windows
Hi all,
I am trying to manipulate the formula by counting how many "YES" are in a particular month.
I am trying to manipulate the formula by counting how many "YES" are in a particular month.
Calendar Days.xlsx | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | Date | Category | Month | Total by Month | ||
2 | 5/10/2021 | Yes | Jan-21 | 0 | ||
3 | 7/3/2021 | Yes | Feb-21 | 0 | ||
4 | 9/21/2021 | Yes | Mar-21 | 0 | ||
5 | 12/12/2021 | No | Apr-21 | 1 | ||
6 | 4/15/2021 | No | May-21 | 4 | ||
7 | 5/20/2021 | Yes | Jun-21 | 0 | ||
8 | 5/25/2021 | Yes | Jul-21 | 2 | ||
9 | 12/1/2021 | No | Aug-21 | 0 | ||
10 | 5/6/2021 | No | Sep-21 | 1 | ||
11 | 7/15/2021 | No | Oct-21 | 0 | ||
Sheet5 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
D2:D11 | D2 | =COUNTIFS(A:A,">="&C2,A:A,"<="&EOMONTH(C2,0)) |