I want to add leading "0s" to every number:
0000 & 1 = 00001
But I need to count the length because the total number of characters shouldn't exceed 5, so if the number is 30 then then excel should show it as "00030".
If it's 100 then "00100".
I will then concatenate the following number onto the result: 1027, so, for 100, the end result would be 102700100.