If there are duplicates for a corresponding Primary Column, I want computation to appear only once

Hi,

I am trying to find, how many Promotions are for a particular item for a particular Start Date.

Example:

Promotion || Total Number of Promotions for Start Date || Start_Date

Bacon || 1 || 2/4/2020

Chocolate || 3 || 3/14/2020

Chocolate || 3 || 3/14/2020

Chocolate || 3 || 3/14/2020

Chocolate || 1 || 2/14/2020

Above table has Promotions each entered Multiple times, as different people are inputting the date based on other criteria. However, I am looking to have the duplicates removed. Example:

Promotion || Total Number of Promotions for Start Date || Start_Date

Bacon || 1 || 2/4/2020

Chocolate || 3 || 3/14/2020

Chocolate || 1 || 2/14/2020

How do I achieve this?

Thank you,

Deepthi

Best Answer

Answers

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭

    You would need to use a "helper" checkbox column that would check the box for any duplicate entries. Then you can run a Report based on the boxes not being checked.

    Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!

    CERTIFIED SMARTSHEET PLATINUM PARTNER

    10xViz.com

  • Hi Paul,

    Thank you. I did the helper column, this is what I see:

    Promotion || Total Number of Promotions for Start Date || Start_Date || Duplicate

    Bacon || 1 || 2/4/2020 || 0

    Chocolate || 3 || 3/14/2020 || 1

    Chocolate || 3 || 3/14/2020 || 1

    Chocolate || 3 || 3/14/2020 || 1

    Chocolate || 1 || 2/14/2020 || 0

    However, I cannot run a report to only extract for Promotion with '0' in helper column, as none for 'Chocolate' will show up.

    Thank you,

    Deepthi

  • Hi Paul,

    Thank you very much, the formula worked for what I am trying to achieve.

    Very much Appreciate your in-timely help!

    Thank you,

    Deepthi

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭

    Happy to help! 👍️

    Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!

    CERTIFIED SMARTSHEET PLATINUM PARTNER

    10xViz.com

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!