Duplicate folumla

Adarian Searcy
Adarian Searcy ✭✭✭✭
edited 04/07/25 in Formulas and Functions

Hi,

I am creating a formula to identify duplicate 'Date of Visits' by 'Clinician Employee ID.' While I have successfully created this formula using a single column lookup value, I am encountering difficulties when trying to apply it to multiple lookup columns.

Example below: I am looking for a 2 in the Duplicate Schedule column for the "Date of Visit" 04/24/25.

image.png

Formulas attempted:

=COUNTIFS([Date of Visit]:[Date of Visit], [Date of Visit]@row, [Clinician Employee ID]:[Clinician Employee ID], [Clinician Employee ID]@row)

=IF(COUNTIFS([Date of Visit]:[Date of Visit], [Date of Visit]@row, [Clinician Employee ID]:[Clinician Employee ID], [Clinician Employee ID]@row) > 1,1)

Any assistance is greatly appreciated.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!