There are 20 data rows so I want the index to be represented as 2-digit integers for a consistent look. But the output starts with 1 digit even if it's 01 instead of 1. It turned out that something like ;%02d doesn't work. Could you implement additional formatting options? Or maybe I'm missing something?
P.S. If I try to chain them, second formula evaluates first, which may give wrong results, but that's another story.
I created an index with formulas like this:
There are 20 data rows so I want the index to be represented as 2-digit integers for a consistent look. But the output starts with 1 digit even if it's
01
instead of1
. It turned out that something like;%02d
doesn't work. Could you implement additional formatting options? Or maybe I'm missing something?P.S. If I try to chain them, second formula evaluates first, which may give wrong results, but that's another story.
P.P.S. I just realized it's not the tgrosinger/advanced-tables-obsidian repository, sorry.