Returns a given text repeated the specified number of times.
Syntax
text: The text to repeat. E.g. "Zoho"
Remarks
REPT function returns an empty text when the value of number is 0.
Examples
|
Formula |
Result |
|
=REPT("Zoho";3) |
ZohoZohoZoho |
|
=REPT("#";5) |
##### |
|
=REPT("**_";6) |
**_**_**_**_**_**_ |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions