drp_61 wrote:Is there a possibility to make them in a single row instead of columns?
The solution provided in your first post
does put the values in a single row, so I am confused by your question. I will guess that you want them in a single column.
drp_61 wrote:Original file contains repeated rows of data, i have just kept one row.
So, you received a solution to your first question, however your example was not representative of the real data. I will guess that your data is something like below and you want this data in 20 rows of 1 column, that is vertical:
• ------------ Column A ------------
1 "R941","F224","B674","G853","Q133"
2 "F418","C372","O929","M425","H314"
3 "D786","Q229","E436","U796","S577"
4 "J390","S156","D232","W174","G410"
Select all the data, Edit → Copy, File → New → Text document, Edit → Paste Special → Unformatted text
Edit → Find & Replace → More options →
Regular Expressions → Search for
, (a single comma), Replace with
\n, → Replace All
Select all the data, Edit → Copy, File → New → Spreadsheet, Edit → Paste Special → Unformatted text → Separated by → Tab → OK
[Tutorial] Text to ColumnsAnother approach is to use this tool to rearrange data from columns to rows:
Rearrange rectangular data valuesI hope the information provided here will help you solve the problem. Please attach representative data if you need further assistance. Be sure to make your goal clear.
If this solved your problem please go to your first post use the Edit button and add [Solved] to the start of the subject field. Select the green checkmark icon at the same time.[Tutorial] Ten concepts that every Calc user should know
Mr. Programmer
AOO 4.1.7 Build 9800 on MacOS 10.14.6. The locale for any menus or Calc formulas in my posts is English (USA).