Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Formating Cells for Time

I have formatted each cell as a time cell. I would like to take the
time, 4 minutes 30 seconds and 20 one hundredth of a second, use a
formula in column B and multiply column A by 0.225. Have the results
diplayed as, 1 minute, 00 seconds and 75 one hundredth of a second.


Column A Column B
4:30.20 1:00.75

Could someone please Help?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Formating Cells for Time

=A1*0.225

Format cells as: m:ss.00


" wrote:

I have formatted each cell as a time cell. I would like to take the
time, 4 minutes 30 seconds and 20 one hundredth of a second, use a
formula in column B and multiply column A by 0.225. Have the results
diplayed as, 1 minute, 00 seconds and 75 one hundredth of a second.


Column A Column B
4:30.20 1:00.75

Could someone please Help?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default Formating Cells for Time

I can't tell if you want the results to be text or you wasnt column B to show
that particular number
column B is not thew reult of multiplying 4:30.20 *.225
the results for that would be 1:00.80 or 1:00.795
if you are getting

make sure your time format is custom mm:ss.00

" wrote:

I have formatted each cell as a time cell. I would like to take the
time, 4 minutes 30 seconds and 20 one hundredth of a second, use a
formula in column B and multiply column A by 0.225. Have the results
diplayed as, 1 minute, 00 seconds and 75 one hundredth of a second.


Column A Column B
4:30.20 1:00.75

Could someone please Help?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default Formating Cells for Time

if it is the text results you could use
=TEXT(A1*0.225,"m")&" minute"&IF(MINUTE(A1*0.225)=1,", ","s,
")&TEXT(A1*0.225,"s")&"seconds"&IF(SECOND(A1*0.225 )=1," and ","s and
")&RIGHT(TEXT(A1*0.225,"m:s.00"),2)&" one hundreth of a second"

" wrote:

I have formatted each cell as a time cell. I would like to take the
time, 4 minutes 30 seconds and 20 one hundredth of a second, use a
formula in column B and multiply column A by 0.225. Have the results
diplayed as, 1 minute, 00 seconds and 75 one hundredth of a second.


Column A Column B
4:30.20 1:00.75

Could someone please Help?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formating time in cells Neil Excel Discussion (Misc queries) 2 May 31st 07 12:37 PM
Number Formating Cells (Time) onlyinsyder Excel Discussion (Misc queries) 6 September 16th 06 08:09 AM
TIME FORMATING shaji Excel Discussion (Misc queries) 2 September 9th 06 03:50 PM
Time Formating Marianne Excel Worksheet Functions 2 August 8th 05 04:55 PM
change time formating just me Excel Discussion (Misc queries) 1 July 22nd 05 04:23 AM


All times are GMT +1. The time now is 03:04 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"