I have a simple requirement of repeating a text in multiple rows. Something similar to REPT function but need the output in rows. I was looking for simple solution but it appears to be not as simple as getting the result in a column using REPT function. Please suggest a simple solution.
For example, REPT("trial",3) returns trialtrialtrial. I need the output in 3 rows as follows.
trial
trial
trial
For example, REPT("trial",3) returns trialtrialtrial. I need the output in 3 rows as follows.
trial
trial
trial