Forum Discussion
bwilson_bridgetek
Feb 18, 2019Copper Contributor
REPT - Displaying Results
Hello, quick question on REPT and displaying the contents. It looks like, by default, the results are displayed in rows, Is there a way to get the to display in columns instead? I may just be missing something simple,
Thanks, Ben
3 Replies
Sort By
REPT is repeats the text some number times and shows it within the cell, by default in horizontal direction. To show in vertical direction within the cell you may use workaround like
=REPT("X"&CHAR(10),9)
, Ctrl+1 on that cell and in Alignment check Wrap text
- Haytham AmairahSilver Contributor
Hi Ben,
What is "REPL"?
I have never heard of this thing in Excel!
- bwilson_bridgetekCopper Contributor
Sorry, I corrected the post, that was supposed to be REPT ... :)
Haytham Amairah wrote:Hi Ben,
What is "REPL"?
I have never heard of this thing in Excel!