Cross-sheet COUNTIFS formula

Sue van Niekerk
edited 05/24/21 in Formulas and Functions

Hi All


Help please

i am trying to write a formula that will tell me how many Resignations we had in a specific year

so i have =COUNTIFS({HR EX Employee Register Range 2}, ="2019", {HR Ex Employee Register Range 3}, ="Resignation")

But it not working - Help what am i doing wrong

Answers

  • Mark Cronk
    Mark Cronk ✭✭✭✭✭✭

    Good morning,

    {HR EX Employee Register Range 2} needs to be an external range with your years as numbers, e.g. 2019

    {HR Ex Employee Register Range 3} needs to be an external range single drop down or text/number column with a value, e.g. Resignation

    Then try:

    =COUNTIFS({HR EX Employee Register Range 2}, 2019, {HR Ex Employee Register Range 3}, "Resignation")

    If your external ranges are other than what I assumed you'll need to make other adjustments to your formula or columns.

    Help?

    Mark


    I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.

  • Have tired the formula but i get a "incorrect argument" error

    not sure what i am doing wrong


    My range 2 is set as years with the column set as text

    My Range 3 is also set with a drop down box

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!