Using COUNTIFS to Compare one Column for Blanks and One for Data

Sinema
Sinema ✭✭
edited 12/09/19 in Smartsheet Basics

Greetings

=IF(AND(NOT(ISBLANK({Date In Service})), {In Service Zones}, Zones1))

 

I'm trying to compare one column that shows install dates and one that has an actually name in it.

Is that possible?

 

Comments

  • L_123
    L_123 ✭✭✭✭✭✭
    edited 10/18/19

    you want to count how many have blanks for the date for service zone 1?

    =countifs({Date in service column reference}, not(isblank(@cell)), {In Service Zones}, Zones1)

    Something like that should work. Make sure to double check your column references to be sure they contain actually are referencing the columns. Often users will click off without realizing it, then their formulas don't work even if they are perfectly typed.