Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

3 condition formula- Help

Need help with a formula, 3 conditions- 1) Recognize first 3 digits of "ticket number" (EX: "LEG", "ONB", "REV") 2) Recognize when a task is past due 3) Status not "Complete" or "Not Applicable"


What I have so far:

=COUNTIFS({KIM- Project Plan- TEST Range 3}, "LEG", {KIM- Project Plan- TEST Range 1}, >TODAY(), {KIM- Project Plan- TEST Range 2}, "In Progress", {KIM- Project Plan- TEST Range 2}, "Not Started")

Best Answer

  • ✭✭✭✭✭✭
    Answer ✓

    Try:

    =COUNTIFS({KIM- Project Plan- TEST Range 3}, left(@cell,3)="LEG", {KIM- Project Plan- TEST Range 1}, <TODAY(), {KIM- Project Plan- TEST Range 2}, AND(@cell <>"complete", @cell <> "not applicable"))

    Mark


    I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions