PC Review


Reply
Thread Tools Rate Thread

.csv spreadsheet To Normal Excel Spreadsheet Format: How Please?

 
 
Bob
Guest
Posts: n/a
 
      13th Jun 2010
Hello,

Using Excel 2007.

I have a .csv formatted spreadsheet I downloaded.

Is there any "straightforward" way to convert this to the normal Excel
configuration format ?

Thanks,
Bob
 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      13th Jun 2010
Open the file in excel.
Save the file as a .xlsx (or .xlsm if you add macros).

On 06/13/2010 14:46, Bob wrote:
> Hello,
>
> Using Excel 2007.
>
> I have a .csv formatted spreadsheet I downloaded.
>
> Is there any "straightforward" way to convert this to the normal Excel
> configuration format ?
>
> Thanks,
> Bob


--
Dave Peterson
 
Reply With Quote
 
Bob
Guest
Posts: n/a
 
      13th Jun 2010
On 6/13/2010 4:00 PM, Dave Peterson wrote:
> Open the file in excel.
> Save the file as a .xlsx (or .xlsm if you add macros).
>
> On 06/13/2010 14:46, Bob wrote:
>> Hello,
>>
>> Using Excel 2007.
>>
>> I have a .csv formatted spreadsheet I downloaded.
>>
>> Is there any "straightforward" way to convert this to the normal Excel
>> configuration format ?
>>
>> Thanks,
>> Bob

>

Hi Dave,

As always, thanks for help.

Heres what part of what the original .csv file looks like:

279;0000-2400;;BLR;Belaruskoye Radio 1;BY;EEu;;1;;
567;0600-0700;;LAO;Lao National Radio;HM;SEA;;1;;
567;0700-0800;;LAO;Lao National Radio;KHM;SEA;;1;;


And this is what I have after Saving it in the regular Excel 2007 format:

279;0000-2400;;BLR;Belaruskoye Radio 1;BY;EEu;;1;;
567;0600-0700;;LAO;Lao National Radio;HM;SEA;;1;;
567;0700-0800;;LAO;Lao National Radio;KHM;SEA;;1;;

Looks like exactly the same.

Also tried other individual Save As as the .xlsx, although I believe
that this is the format that it saves in when you tell it to do the
regular Excel 2007 Format. It too looks like the second block, with no
apparent change from the .csv

Would like to try to get the data between the semi-colons separated
into their own columns.

Any thoughts as to why, or what else I might try ?

Best regards, and thanks again,
Bob
 
Reply With Quote
 
Bob
Guest
Posts: n/a
 
      14th Jun 2010
Hi,

Figured it out.
Will blame it on old age.

Thanks for help,
Bob
-----------------------

On 6/13/2010 5:13 PM, Bob wrote:
> On 6/13/2010 4:00 PM, Dave Peterson wrote:
>> Open the file in excel.
>> Save the file as a .xlsx (or .xlsm if you add macros).
>>
>> On 06/13/2010 14:46, Bob wrote:
>>> Hello,
>>>
>>> Using Excel 2007.
>>>
>>> I have a .csv formatted spreadsheet I downloaded.
>>>
>>> Is there any "straightforward" way to convert this to the normal Excel
>>> configuration format ?
>>>
>>> Thanks,
>>> Bob

>>

> Hi Dave,
>
> As always, thanks for help.
>
> Heres what part of what the original .csv file looks like:
>
> 279;0000-2400;;BLR;Belaruskoye Radio 1;BY;EEu;;1;;
> 567;0600-0700;;LAO;Lao National Radio;HM;SEA;;1;;
> 567;0700-0800;;LAO;Lao National Radio;KHM;SEA;;1;;
>
>
> And this is what I have after Saving it in the regular Excel 2007 format:
>
> 279;0000-2400;;BLR;Belaruskoye Radio 1;BY;EEu;;1;;
> 567;0600-0700;;LAO;Lao National Radio;HM;SEA;;1;;
> 567;0700-0800;;LAO;Lao National Radio;KHM;SEA;;1;;
>
> Looks like exactly the same.
>
> Also tried other individual Save As as the .xlsx, although I believe
> that this is the format that it saves in when you tell it to do the
> regular Excel 2007 Format. It too looks like the second block, with no
> apparent change from the .csv
>
> Would like to try to get the data between the semi-colons separated
> into their own columns.
>
> Any thoughts as to why, or what else I might try ?
>
> Best regards, and thanks again,
> Bob


 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      14th Jun 2010
Just to be complete...

One approach would be to open that file -- and all the text went into column A,
right?

Then select column A
Data|Text to columns
Delimited by semi-colon
and finish up the wizard (specifying any field you need to)

And then save that file as an excel file.

On 06/13/2010 18:14, Bob wrote:
> Hi,
>
> Figured it out.
> Will blame it on old age.
>
> Thanks for help,
> Bob
> -----------------------
>
> On 6/13/2010 5:13 PM, Bob wrote:
>> On 6/13/2010 4:00 PM, Dave Peterson wrote:
>>> Open the file in excel.
>>> Save the file as a .xlsx (or .xlsm if you add macros).
>>>
>>> On 06/13/2010 14:46, Bob wrote:
>>>> Hello,
>>>>
>>>> Using Excel 2007.
>>>>
>>>> I have a .csv formatted spreadsheet I downloaded.
>>>>
>>>> Is there any "straightforward" way to convert this to the normal Excel
>>>> configuration format ?
>>>>
>>>> Thanks,
>>>> Bob
>>>

>> Hi Dave,
>>
>> As always, thanks for help.
>>
>> Heres what part of what the original .csv file looks like:
>>
>> 279;0000-2400;;BLR;Belaruskoye Radio 1;BY;EEu;;1;;
>> 567;0600-0700;;LAO;Lao National Radio;HM;SEA;;1;;
>> 567;0700-0800;;LAO;Lao National Radio;KHM;SEA;;1;;
>>
>>
>> And this is what I have after Saving it in the regular Excel 2007 format:
>>
>> 279;0000-2400;;BLR;Belaruskoye Radio 1;BY;EEu;;1;;
>> 567;0600-0700;;LAO;Lao National Radio;HM;SEA;;1;;
>> 567;0700-0800;;LAO;Lao National Radio;KHM;SEA;;1;;
>>
>> Looks like exactly the same.
>>
>> Also tried other individual Save As as the .xlsx, although I believe
>> that this is the format that it saves in when you tell it to do the
>> regular Excel 2007 Format. It too looks like the second block, with no
>> apparent change from the .csv
>>
>> Would like to try to get the data between the semi-colons separated
>> into their own columns.
>>
>> Any thoughts as to why, or what else I might try ?
>>
>> Best regards, and thanks again,
>> Bob

>


--
Dave Peterson
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there a way to insert a formula, password or macro in an excel spreadsheet that will automatically delete the spreadsheet? oil_driller Microsoft Excel Misc 1 8th Feb 2005 09:34 AM
Excel spreadsheet Normal Template Helga Microsoft Excel Misc 2 26th Jul 2004 11:35 PM
How to save an Excel spreadsheet as a Microsoft Works Spreadsheet file Shelly Microsoft Excel Misc 1 7th May 2004 02:04 AM
Macro to save excel XP spreadsheet to excel 97 spreadsheet format Mas Microsoft Excel Programming 1 11th Feb 2004 08:44 PM
Re: How to open another Excel spreadsheet to copy data into current spreadsheet ? Ricky Pang Microsoft Excel Programming 0 13th Jul 2003 01:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:13 AM.