Hello,
I have a formula that is working in one sheet but is in another.
What I am trying to achieve is to add a 1 into a column when a number is featured in another column only once so I can pull that into a report.
I am trying to pull a status report of contracts but the contracts are listed multiple times.
=IF(COUNTIF([Contract No #]$1:[Contract No #]$11254, [Contract No #]@row) <> 1, 0, 1)