I am attempting to count all previous occurrences of a row id for a sheet, as we continue to add rows through automated work flows (copy row). The formula I am using is simple and counts as expected. =COUNTIF($[ROW ID]1:[ROW ID]@row, [ROW ID]@row)
Since I am wanting to only count from a specific row up, I started the range at 1 and end it at the specific row desired. However this blocks being able to make it a column formula. The formula will also not populate when new rows are added via workflow.
Is anyone aware of a work around for this?