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.

Formula for Unique Values

✭✭✭✭✭
edited 02/15/24 in Formulas and Functions

I need a formula that will check a check box column when a project name is not unique. The check box column is "Duplicate Portfolio Name" and the name column is "Portfolio Name".

Tags:

Best Answer

  • ✭✭✭✭✭
    Answer ✓
    =IF(COUNTIF([Portfolio Name:Portfolio Name], [Portfolio Name]@row) > 1, 1, 0)
    

    1 = Checked, Not Unique

    0 = Unchecked, Unique

    If I got it backwards, please switch 1, 0

    ...

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions