Formula not working

Options

Can someone please help me with this formula? I've worked on it since 7:30 am it's now 10:15 am.

=COUNTIFS({complaints Range 1}, NOT(ISBLANK(@row)), {complaints Range 2}, >=DATE(2023, 1, 1), {File a complaint Range 3}, <=DATE(2023, 12, 31))

Best Answer

  • SteyJ
    SteyJ ✭✭✭✭✭✭
    edited 12/19/23 Answer ✓
    Options

    convert to column formula, then add an iferror function

    =IFERROR(COUNTIFS({complaints Range 1}, <>"", {complaints Range 2}, >=DATE(2023, 1, 1), 
    {File a complaint Range 3}, <=DATE(2023, 12, 31)), "Bad Ranges")
    


    Sincerely,

    Jacob Stey

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!