COUNTIFS w/ multiple criteria (date present & phrase inclusion) across 2 ranges in same sheet

DHolmes
DHolmes ✭✭
edited 04/20/23 in Formulas and Functions

I am a relatively new user, and I'm struggling with the creation of a COUNTIFS formula that checks one range/column to determine if a particular phrase is present, followed by a second criteria to determine if a date is present (or entry not blank) in a second range on the same sheet.

The entries in this combined formula work just fine individually, but they do not work together (UNPARSEABLE):

=COUNTIFS([{Data Tracker Range 8}, FIND("Phrase", @cell)], [{Data Tracker Range 6}, <>""])

If I'm not mistaken, the Excel formula would be:

=COUNTIFS({Data Tracker Range 2},"=Phrase",{Data Tracker Range 1},"<>"&"")

I've even tried multiple COUNTIFS. Help! I'm stumped.

Pardon if referencing "Excel" is taboo here.

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!