I am stuck in a situation, I am trying to count the number of releases based on each month , but not sure why it keeps returning the value 0?
example :
=COUNTIFS(M2:M5,G19,B2:B5,H18)
M2:M5 : Month columnG19 : SeptemberB2:B5 : Status columnH18 : completed
expectation : returns total number for all completed work for september