I'm trying to count number of projects that is in "Completed" Status AND have a % Utilized equal or less than 100% but it's not returning the expected #. Formula is returning just # of Completed. When counting a column that uses percentage, what's wrong with my formula? I tried putting in " " and also having it with %. Using Cross Reference sheet. Here's all the variations of the formula I've tried.
=COUNTIFS({Status}, ="Completed", {%Utilized}, <=100) → this returns # of project in "Completed" but doesn't factor also % Complete less than or equal to 100.
=COUNTIFS({Status}, ="Completed", {%Utilized}, <="100") —> This return count of 0
=COUNTIFS({Status}, ="Completed", {%Utilized}, <="100%") - This return count of 0