Highlight duplicate entries
Hello,
We are using Smartsheet to track payables and would like some sort of conditional formatting or formula to alert us if an invoice number is a duplicate on the same sheet. Is there a way to do this?
Similarly, could we use a formula to look to other sheets as well? Or are formulas self contained within each sheet?
Thanks!
Best Answer
-
Hello @Karen__ ,
I would use a helper column. You could name it "Dup Check" or anything you would like. You could optionally make this a hidden column.
Use this column formula for it:
=IF(COUNTIF([Invoice Number]:[Invoice Number], [Invoice Number]@row) >= 2, 1, 0)
Replace "Invoice Number" with your invoice number column name if it's different than what I guessed.
Then create a Conditional Formatting rule that states "If Dup Check is 1 then apply...."
Hope that helps!
BRgds,
-Ray
Answers
-
Hello @Karen__ ,
I would use a helper column. You could name it "Dup Check" or anything you would like. You could optionally make this a hidden column.
Use this column formula for it:
=IF(COUNTIF([Invoice Number]:[Invoice Number], [Invoice Number]@row) >= 2, 1, 0)
Replace "Invoice Number" with your invoice number column name if it's different than what I guessed.
Then create a Conditional Formatting rule that states "If Dup Check is 1 then apply...."
Hope that helps!
BRgds,
-Ray
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives