Hello: I am using the Countifs function to count the number of enteries in various aging buckets. What I am totally baffled about is why the two examples result in different results. I probably am missing something quite obvious but I'm going insane trying to figure it out.
=COUNTIFS(New!$C$2:$C$354,$A71,New!$J$2:$J$354,"3-Medium",New!$H$2:$H$354, ">20",New!$H$2:$H$354, "<26")
result is: 2 (wrong)
=COUNTIFS(New!$C$2:$C$354,$A71,New!$J$2:$J$354,"3-Medium",New!$H$2:$H$354, ">=21",New!$H$2:$H$354, "<=25")
result is: 1 (correct)
Don't they mean the same thing???
Thank you for any insight.
=COUNTIFS(New!$C$2:$C$354,$A71,New!$J$2:$J$354,"3-Medium",New!$H$2:$H$354, ">20",New!$H$2:$H$354, "<26")
result is: 2 (wrong)
=COUNTIFS(New!$C$2:$C$354,$A71,New!$J$2:$J$354,"3-Medium",New!$H$2:$H$354, ">=21",New!$H$2:$H$354, "<=25")
result is: 1 (correct)
Don't they mean the same thing???
Thank you for any insight.