data=>convert text to column

  • Thread starter Thread starter cisem
  • Start date Start date
C

cisem

hello,
i have problem about csv format. when i open the document it open like below

121;1454;6555;5423

but I want to devide the column to the columns
(all data is devided to different column)

like this=>121|1454|6555|5423|

I can do it manually by using
(veri=>metni sütunlara dönüştür)

but I want it automatically
 
Save your data first and use a copy of the file as follows......

Highlight the column A, the do Data > TextToColumns > and use the semicolon
as the delimiter....

Vaya con Dios,
Chuck, CABGx3
 
Hi,

Have a look at Text to Columns under the DATA menu, if you have any problems
post back!

Regards!
Jean-Guy
 
I can do it like you say but i want it automatically . when i open the
document, it is automaticaly devided to columns.

"Jean-Guy":
 
What you are wanting then, will require a Macro, not just a formula or
procedure. The macro would need somewhere to reside, so would have to be in
a Master Workbook that you would open first, then retrieve the CSV file. If
that is the sort of solution you are looking for, post back and someone will
help.

Vaya con Dios,
Chuck, CABGx3
 
In my office ,my friend opens excel like I write. he doesnt run a macro or
anything. I suppose that it is a feature of excel.






"CLR":
 
Check your Windows regional settings. If the list separator is set to
semi-colon, rather than comma, then it should open your CSV ([SC]SV?) file
the way you want.
 
It's ok now. thank you David.






"David Biddulph":
Check your Windows regional settings. If the list separator is set to
semi-colon, rather than comma, then it should open your CSV ([SC]SV?) file
the way you want.
--
David Biddulph

cisem said:
In my office ,my friend opens excel like I write. he doesnt run a macro or
anything. I suppose that it is a feature of excel.






"CLR":
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top