Formula for counting if multiple things occur

Hello.

I am trying to create a formula that will count occurrences of multiple things happening. Anytime a certain person (Name column) is found and anytime a date qualification (Date Qualification Completed column) was completed within the last 90 days i want it to give me a number for times they occur. I am using a data sheet as I want to use this output for a dashboard. I am able to create single formulas: =COUNTIF({OPII FLII Qualification Request Tracking Range 2}, "Carolyn Oca") and =COUNTIFS({OPII FLII Qualification Request Tracking Range 1} both single formulas work and get me a 1, but when I combine them: =COUNTIFS({OPII FLII Qualification Request Tracking Range 2}, "Carolyn Oca", {OPII FLII Qualification Request Tracking Range}, >=TODAY(-90)) it tells me it is an invalid reference. Any ideas? I am pulling information for both from the same sheet and adding it to a data sheet to pulls into a dashboard.

Best Answer

  • Carson Penticuff
    Carson Penticuff ✭✭✭✭✭✭
    Answer ✓

    In the formula you list as working, you reference {OPII FLII Qualification Request Tracking Range 1}, but in the combined formula that does not work you reference {OPII FLII Qualification Request Tracking Range}.

    Is this just a case of missing a character?

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!