Cross sheet formula question

Options

I am using the following cross sheet formula - =COUNTIFS({Completed Contracts Range 1}, "Addendum", {Completed Contracts Range 2}, ">=01/01/23", {Completed Contracts Range 2}, "<=01/31/23")

I keep getting a total of zero although there is more than 1. The dat formatted in the sheet is 01/01/23 and I am trying to calculate how many times the word Addendum shows up on a specific sheet for a specific month.

Range one house the contract type "Addendum" and Range 2 houses the dates "01/01/23"

What am I doing wrong

Best Answer

  • Nic Larsen
    Nic Larsen ✭✭✭✭✭✭
    Answer ✓
    Options

    Try:

    =COUNTIFS({Completed Contracts Range 1}, "Addendum", {Completed Contracts Range 2}, >= DATE(2023, 01, 01), {Completed Contracts Range 2}, <= DATE(2023, 01, 31)

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!