Forum Discussion

Tina_Burdett's avatar
Tina_Burdett
Copper Contributor
Apr 05, 2023
Solved

Don't even know if this is possible....

I want to track the how many of my teams records on our database have up to date consent.  When I pull the data, we have four columns (representing phone/mail/sms/email) showing whether the supporter...
  • HansVogelaar's avatar
    Apr 05, 2023

    Tina_Burdett 

    Let's say the columns are K to N, with data starting in row 2.

    In another column, enter the following formula in row 2:

     

    =IF(COUNTIF(K2:N2, "unknown")=4, "N", "Y")

     

    Fill down.

Resources