Hello!
We have a record ID number that includes text. The first handful of records were entered manually for historical purposes. Now, records coming through the Smartsheet intake form are automated to begin with the number 100. For the dashboard, I'm looking to only count records with an ID greater than 100.
This doesn't seem to work: =COUNTIF(RIGHT({{Record ID}}, 3, @cell>100).
Is there a better way to filter out the records?