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.

trying to use countifs with multiple criteria's and a multiple selection drop down list

i've tried countif, countifs, count/collect. has, contains, i either don't get the correct value, or different errors such as incorrect argument, unparsable, ect.

The formula that is shown comes back with a value of 0, when on the reference sheet it should be 1 for this column, during this month, for this employee.


The column name as shown are the items in the drop down list, however there may be times when there are multiply items per cell that I am trying to count.


I'm trying to build a metric by column name, month, and employee from a different sheet.

Best Answer

  • Community Champion
    Answer ✓

    Hey @tony.cimino

    If I understand correctly, the Name column on the source sheet can be a multiselect dropdown, that is, you are able to select multiple values within the same cell. If my understanding is correct then the functions HAS, CONTAINS or FIND are functions that work with multiselect columns.

    Try this:

    Within your existing formula replace {OCC QA Data Entry Version 2.0 Employee}, $Month$36,

    with

    {OCC QA Data Entry Version 2.0 Employee}, CONTAINS($Month$36, @cell),

    Also, without seeing your source sheet, I will assume that $Month$36 is a correct value for the {OCC QA Data Entry Version 2.0 Employee} range.


    Does the replacement give you the result you are expecting?

    Kelly

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions