Hello Tom, welcome.
It is always an good idea to provide real file names as examples!
Because for your "t01" example
you can just drop the old file name
and build an new one by inserting "t" and
then add an new numbering starting at "24":
Expression: t%n{2,24,1}.tif
"t" is just an literal char "t".
"%n" is an counter in the order the files are selected.
The parameter {2,24,1} stands for {padding width, start at, step width}
Here are more explanations > http://scarabee-software.net/forum/viewtopic.php?id=269