Does anyone have a method for creating Base-36 numbers? Or am I missing the formula somewhere?
I would essentially like to perform the opposite of ToNumber(). For example, ToNumber("P", 36) = 25
. I would like to do the opposite where I input “25” and the result is “P.”
Thanks!