Checking multiple sheets for duplicates

Options

Hi,

I have a workspace that is being used for uploading new information by a group of techs. This information is checked and then uploaded a database by another team.

Currently, I have the sheet working to check duplicates within one sheet, but once the data is uploaded to the database the line is moved to another "completed" sheet.

I am looking to check two sheets for duplicates, the new model entry sheet, and then the completed sheet. So in the event that someone uploads the same information that has already been added to the database, then it will be highlighted and noted to the team doing the review.

This is that formula I am using for the duplicates on one sheet:

=IF(COUNTIF([Model #]:[Model #], [Model #]@row ) > 1, 1, 0)

Can I use a method of "Countifs" to check other sheets?

This is what I've tried: (I understand that it is missing the ">1" but I can't even get the formula to count. "excel replacement sheet 2" is referencing the entire Model # column on the second sheet, and the "Excel replacement sheet 3" is representing the Model #@row)

=COUNTIFS([Model #]:[Model #], [Model #]@row , {Excel Replacement Sheet Range 2}, {Excel Replacement Sheet Range 3})

Thanks,

Nathan

Best Answers

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!