I have this formula working on an older version of this report: COUNTIFS(Transactions[Year],B$2,Transactions[Mo No],"<="&MONTH(B$3&" 1")).
I have copied and pasted it into a new but similar project: COUNTIFS(Table1[Year],C$3,Table1[Month],"<="&MONTH(C$4&"1")) I am getting back a 0 result. Cell C3 is 2022 and C4 is February. I think the red text is the issue and yet I cannot find an answer online to calculate units sold year to date. I tried changing Feb to month "2" but that also did not work.
My monthly unit countif formula is working and giving me 16 units in Feb. COUNTIFS(Table1[General Status],"CL", Table1[Year],$C$3,Table1[Month],C$4)
I put a snip below of what I am working on. Any help is appreciated! Thanks.
I have copied and pasted it into a new but similar project: COUNTIFS(Table1[Year],C$3,Table1[Month],"<="&MONTH(C$4&"1")) I am getting back a 0 result. Cell C3 is 2022 and C4 is February. I think the red text is the issue and yet I cannot find an answer online to calculate units sold year to date. I tried changing Feb to month "2" but that also did not work.
My monthly unit countif formula is working and giving me 16 units in Feb. COUNTIFS(Table1[General Status],"CL", Table1[Year],$C$3,Table1[Month],C$4)
I put a snip below of what I am working on. Any help is appreciated! Thanks.