Copy and Paste the following formula using your data where necessary.
Description:
Add padding characters up to a max length of a string
org.apache.commons.lang.StringUtils.leftPad({string_filed}, 11, "0")
Click to copy