I have tried various different ways to come up with a formula that will work. Basically, I have a column that lists dates. I have another column that I use the following formula: =IF(C1>=DATE(2023,8,31),"NO","YES") I am wanting to have excel total the number of "YES" results in that column. I am not sure the best route to go. I have tried using =COUNTIF(C1:C1500,"YES") but the formula does not count. It is giving me a zero sum. I should add that my column with the =IF(C1>=DATE(2023,8,31),"NO","YES") has conditional formatting that changes the color of the font based on whether it is a yes or no; but I do not believe that would effect the results. So, my question is what formula will provide me with an automatic calculation of my column based on the result of another formula? I want to count my "YES"s.