PC Review


Reply
Thread Tools Rate Thread

Convert Time Column to Text

 
 
scott
Guest
Posts: n/a
 
      14th Mar 2008
I have a spreadsheet that contains Artist, Song and Length of Song info that
was created by a music collection software. EXAMPLE CELLS 1 shows the cell's
actual values and EXAMPLE CELLS 2 shows how it looks.

I'm looking for a way to actually convert all of the song length values in
Column C so they are text data type and look exactly like Column C values in
EXAMPLE CELLS 2.

So basically, Song 1 in cell C1 would be 03:50 and would mean 3 minutes and
50 seconds.

Is there a way to do this witha formula or does this require vba code?



** EXAMPLE CELLS 1 ***************

A B C
-----------------------------------------------
1 Artist1 Song1 12:03:50 AM
2 Artist2 Song2 12:03:42 AM
3 Artist3 Song3 12:04:02 AM


** EXAMPLE CELLS ***************

A B C
-----------------------------------------------
1 Artist1 Song1 03:50
2 Artist2 Song2 03:42
3 Artist3 Song3 04:02


 
Reply With Quote
 
 
 
 
Rick Rothstein \(MVP - VB\)
Guest
Posts: n/a
 
      15th Mar 2008
Select those time cells; right-click and select Format Cells; click on the
Number tab; select Custom from the Category list; and put mm:ss in the Type
field; click OK.

Rick


"scott" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I have a spreadsheet that contains Artist, Song and Length of Song info
>that was created by a music collection software. EXAMPLE CELLS 1 shows the
>cell's actual values and EXAMPLE CELLS 2 shows how it looks.
>
> I'm looking for a way to actually convert all of the song length values in
> Column C so they are text data type and look exactly like Column C values
> in EXAMPLE CELLS 2.
>
> So basically, Song 1 in cell C1 would be 03:50 and would mean 3 minutes
> and 50 seconds.
>
> Is there a way to do this witha formula or does this require vba code?
>
>
>
> ** EXAMPLE CELLS 1 ***************
>
> A B C
> -----------------------------------------------
> 1 Artist1 Song1 12:03:50 AM
> 2 Artist2 Song2 12:03:42 AM
> 3 Artist3 Song3 12:04:02 AM
>
>
> ** EXAMPLE CELLS ***************
>
> A B C
> -----------------------------------------------
> 1 Artist1 Song1 03:50
> 2 Artist2 Song2 03:42
> 3 Artist3 Song3 04:02
>
>


 
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
VBA convert Time to Military in the same Column please Steved Microsoft Excel Programming 4 25th Jun 2009 01:57 AM
Template to convert column of text to time =?Utf-8?B?empvcGE=?= Microsoft Excel Worksheet Functions 0 15th Oct 2007 03:02 PM
Calendar Spreadsheet: Column 1 = Date, Column 2 Time of Day, Column 3 memo text field JDJ Microsoft Excel Discussion 0 24th May 2007 01:14 AM
convert time imported as text to time format for calculations =?Utf-8?B?YmF0ZmlzaA==?= Microsoft Excel Worksheet Functions 3 27th Oct 2005 11:24 PM
how do I convert a date and time column to a time column =?Utf-8?B?dGhkb3Jza3ky?= Microsoft Excel Worksheet Functions 1 4th Mar 2005 08:49 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:20 AM.