Hi, I would like to see if it is possible to change the below FirstInstance formula into a column formula as I am using Data Shuttle to import new/revised data into the grid.
FirstInstance Formula: =COUNTIF([Request Id]$1:[Request Id]1, [Request Id]1 = [Request Id]@row) + 0
DaystoClose2 col Formula: =IF(FirstInstance@row = 1, [Status Date]@row - [Request Date]@row)