Concept Flow - FORMAT and LPAD/RPAD
Start with a number or string
Choose function: FORMAT, LPAD, or RPAD
FORMAT: Format number with decimals and commas
LPAD: Add padding to the left of string
RPAD: Add padding to the right of string
Return formatted or padded string
You start with a number or string, pick FORMAT to format numbers or LPAD/RPAD to add padding on left or right, then get the formatted or padded string.