REPTSyntax =REPT(string, repetitions) Arguments ArgumentTypeDescriptionstringStringThe specified stringrepetitionsNumberThe number of times to repeat the string Examples =REPT("Hello!", 3)→"Hello!Hello!Hello!" =REPT("na ", 8)→"na na na na na na na na" =REPT("Nothing", 0)→""Updated 2 months ago REPLACERIGHTSyntaxArgumentsExamples