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...
SergeiBaklan
Feb 21, 2019Diamond Contributor
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