Trying to list distinct values from another sheet with a certain status

Options
hdierkers
hdierkers ✭✭✭

I am trying to list out distinct values from a separate sheet that are not marked as canceled. I am using this formula, and I only see a blank cell, even though the source sheet is populated.

=IFERROR(INDEX(DISTINCT(COLLECT({Drug Name}, {Project Status}, @cell <> "Canceled")), [Primary Column]@row ), "")

Best Answer

  • hdierkers
    hdierkers ✭✭✭
    Answer βœ“

    I ended up seeing another article that suggested adding a helper column to add "" to the column name because I was trying to collect distinct values that had repetitive information; then I created a collect/distinct link to that and it worked!

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!