Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

COUNTIFS & Date Ranges

Hi,

I am struggling with the correct syntex for a formula that counts the number of instances of a label "Sellers" in an external worksheet for a specific time period. I have attempted to apply the formula examples I have found in this community however I continue to receive Unparseable errors.



The Date column properties has been set as "Date"

The {APJ Enablment Tracker Range x } refers to the colum in a seperate smartsheet.


=COUNTIFS({APJ Enablement Tracker Range 1}, "Sellers", AND({APJ Enablement Tracker Range 2}, (@Cell >= DATE(2021, 09 , 30), @Cell <=DATE(2021, 10, 30)))

Appreciate any guidence.

Elissa

Best Answer

  • ✭✭
    Answer ✓

    Hi Bassam,

    Thank you for the suggestion. Unfortunately the @Cell function did not work. I ended up using the following formula (which is I know is not efficent) but it was the only one that worked.


    =COUNTIFS(APJ Enablement Tracker Range 3}, ="as A Service", {APJ Enablement Tracker Range 2}, >=DATE(2021, 9, 1), {APJ Enablement Tracker Range 2}, <=DATE(2021, 10, 30))

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions