Share this article:

What it does: The REPT() function repeats text a given number of times.

Plain English: This function repeats text a given number of times so that you don’t have to.

Example: REPT(“_”,10) = “__________”

Arguments: REPT(text, number of times)

  • Text – The text you want to repeat
  • number of times – How many times do you want to repeat the text?