core.noscript.text
Hello All,
I have a number 50 and 41 I would like to adding a zero in the middle so 400 and 401, how do i do that with padleft??
thank you
Solved! Go to Solution.
@PengJia
I would try the following:
PADLEFT([ZIP], 5, "0")
You can use Padleft directly in formula tool