Countif formula that counts that row if the date on one column matches the date on the other column?

Best Answer

  • L_123
    L_123 ✭✭✭✭✭✭
    Answer βœ“

    =if(count(collect(DateA:DateA, DateA:DateA, @cell - 15 >= DateB@row))>0,1,0)


    Should do it. Same syntax as previously provided formula.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!