Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
I have been trying to build a formula that will find duplicate numbers. Most solutions that I found in the community will only work for text. Can anyone help with finding what I'm doing wrong. The formula shown on my screenshot is the same the entire column. Cells highlighted yellow should show as a duplicate.
Hi Cliff,
You were close.
Try this.
=IF(COUNTIF([Claim Code]:[Claim Code], [Claim Code]@row) > 1, 1, 0)
Did it work?
I hope that helps!
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
Andree,
Thank you for the response. Unfortunately, I am getting the same result. Here is a new screenshot to show my results. The “Claim Code” column is data from its own formula, if that makes a difference. I added another set of text to show that text will show results, but not numeric values.
Happy to help?
What do you see if you double click/edit one of the numbers?
I also see now that my formula is the same as yours.
I'd be happy to take a look.
Can you maybe share the sheet(s)? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@getdone.se)
Glad we got it working!
Andrée
@CliffG
✅Did this post help answer your question or solve your problem? Please help the Community by marking it as the accepted answer. It will make it easier for others to find a solution or help to answer!
The below formula should give me the total price of a project filtering it by the panel name and the area. I do not want to include a certain supplier. Also Level 1 is totalling the child rows, so I want to filter that out as it give an inaccurate overall total of the price allocated to the panel and area. I can't figure…
I've created a dashboard with multiple graphs using data from the same report. I have added the report to the dashboard as well and set up the filter for use in the dashboard. Is this filter transferable to the graphs as well, given i can filter the report in the dashboard?
I have an automation that runs every morning at 5:00 am ET that copies a row from one sheet to another sheet. I received this error in the Action block in the source sheet: Rows can't be added to the destination sheet because a column has the same name as a system column on the source sheet. Originally, I had a system Auto…