I'm trying to make a helper column to identify if a new/unique project code has been entered in a column so that I know when a new project has been created.
I've been trying to set up this formula and plan to then set up an automation to be notified when "New Project Code" has been entered into a cell. It seems to be ok on the first cell, but I keep getting the dialogue box that says there's an issue with the syntax when I try to convert it to a column formula. Anyone have an idea what needs to be adjusted?
=IF(COUNTIF([Project ALM]$1:[Project ALM]@row , [Project ALM]@row ) = 1, "New Project Code", "")