Variable Elimination

I am having trouble trying to eliminate a variable form my formula

=COUNTIFS([Current Status]1:[Current Status]80, NOT(CONTAINS("Early", @cell, "DNP", @cell)))

Best Answer

  • Kelly Moore
    Kelly Moore ✭✭✭✭✭✭
    Answer ✓

    Oh, or do you mean contains GNG? or Completed, as well as the first criteria? Change the word to fit your conditions.

    =COUNTIFS([GNG 1 Status]:[GNG 1 Status], CONTAINS("Completed"@cell), [Current Status]:[Current Status], AND(@cell <> "", NOT(CONTAINS("Early", @cell)), NOT(CONTAINS("DNP", @cell)))))

    I apologize for not understanding. See if this is what you meant. If it doesn't work, please tell me what it is not doing

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!