1 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

split, sort data by line number and row

Our take

To effectively split and sort your data by line number, begin by separating the entries using the semicolon (“;”) as a delimiter. This will create individual rows for each error entry. Next, extract the line numbers from each row and sort them in ascending order. This process transforms your data into a more organized format, allowing for easier analysis and troubleshooting. By implementing these steps, you'll streamline your data management and enhance your overall productivity. Explore this approach to unlock more efficient data handling.

i have the following data line 7, error 4; line 5, error 3; line 1, error 2; line 1, error 1; line 6, error 0. How do i split on ";" into rows and sort by line number. TIA

submitted by /u/RaiseTheQualityOf
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article

Tagged with