Count Duplicates Only if the Field is NOT Blank

DKManley
DKManley ✭✭
edited 03/21/25 in Formulas and Functions

I am struggling to get the formula right to solve this problem. My formula can count if there are duplicates in this field, but it also counts it if the field is blank (because many rows won't have a value in this field). Can anyone help me add the "if it is not blank" piece so i only get a 1 if there is a value in the TFPhoneNo field?

=IF(COUNTIF(TFPhoneNo:TFPhoneNo, TFPhoneNo@row) > 1, 1)

I appreciate it.

Best Answers

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!