What is the use of REPT function?
REPT function returns a repeated text value a specified number of times
What is the syntax of REPT function?
REPT( text, number_times )
Where
text : text value to repeat.
number_times: number of times to repeat the text value.