The Excel Rept function returns a supplied text string, repeated a specified number of times.
The syntax of the function is:
Where the arguments are as follows:
text | - | The string to be repeated. |
number_times | - |
The number of times that the supplied text is to be repeated. Note:
|
The resulting text string must be no longer than 32,767 characters. If it is longer than this, the Rept function returns the Excel #VALUE! error.
The following spreadsheet shows three examples of the Excel Rept function.
Formulas:
|
Results:
|
Note that in the above example spreadsheet:
For further examples of the Excel Rept function, see the Microsoft Office website.
If you get an error from the Excel Rept Function, this is likely to be the #VALUE! error:
#VALUE! | - | Occurs if the result of the Rept function is more than 32,767 characters long. |