📜  excel左垫 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:39.845000             🧑  作者: Mango

代码示例2
= [cell-ref] & REPT( "[character]" , [target-length] - LEN( [cell-ref] ) )
Example: =B5&REPT("*",12-LEN(B5))