WEBSITE UNDER CONSTRUCTION, PLEASE EXCUSE THE INCONVENIENCE

How to Properly Open a CSV File in Microsoft Excel

πŸ’‘ In less than 2 minutes, you can turn an unreadable CSV into a clean, ready-to-use table.

🎯 The problem

Has this ever happened to you? Someone sends you a file, you open it in Excel, and you see something like this:

CSV incorrectly imported

πŸ‘‰ Everything appears in a single column, with no structure or formatting.


βœ… The solution (in 5 steps)

The file is actually fine β€” it’s a .csv.
You just need to tell Excel how to separate the data.

Follow these steps:


1. Select column A

Select the entire column A, go to the Data tab, and click Text to Columns.

Step 1


2. Choose β€œDelimited”

Select Delimited and click Next.

Step 2


3. Choose the correct delimiter

This is where the magic happens.

πŸ“Œ Look at the preview below:
when you select the correct delimiter, the data will appear properly split into columns.

Step 3


4. Check the preview

If the columns look correct:

πŸ‘‰ Click Next

Step 4


5. (Optional) Set the format for each column

This step is optional, but highly recommended.

You can define:

πŸ‘‰ Doing this now can save you time later.

Step 5


πŸŽ‰ Final result

Once you click Finish, your CSV will be properly structured:

Final result


🧠 Quick summary


πŸš€ Pro tip

If you work with CSV files often:

πŸ‘‰ Always import them via Data β†’ From Text/CSV
(instead of double-clicking)

This way, you avoid this problem from the start.