Duplicate value formula

I am trying to use a formula that will place a check mark in my duplicate check column if an invoice# in column 8 is a duplicate. 


I was using the =IF(COUNTIF format but it doesn't seem to be working for me

Any recommendations

This is the formula I use & I keep getting an error of #UNPARSEABLE

=IF(COUNTIF([Invoice #]:[Invoice #]; [Invoice #]@row8) > 1; 1)

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!