Hi,
I have an Excel sheet where I have unique numbers on col A, dates on col B, and numbers ($) on col D.
I want to count where month is june (col B) and <=$100 on col D.
I am using =COUNTIFS($B$3:$B$300, (MONTH($B$3:$B$300)=6), $D$3:$D$300, "<=100") but the formula returns 0 where I must have some number, I filtered and actually counted. Where am I doing wrong?
Thank you in advance!
I have an Excel sheet where I have unique numbers on col A, dates on col B, and numbers ($) on col D.
I want to count where month is june (col B) and <=$100 on col D.
I am using =COUNTIFS($B$3:$B$300, (MONTH($B$3:$B$300)=6), $D$3:$D$300, "<=100") but the formula returns 0 where I must have some number, I filtered and actually counted. Where am I doing wrong?
Thank you in advance!