Convert Date Format to Minutes

D

D

I have a spreadsheet from an outside source and the Minutes are formatted as
a date, so in the formula bar it looks like this: 1/3/1900 10:00:00 PM but
in the actual cell, it looks like this: 94:00:00. How can I get the cell to
read just 94? Thanks!!
 
R

Rick Rothstein \(MVP - VB\)

I'm not sure I completely follow what is going on with this value (94:00:00
is 94 hours, not minutes); but, if you want to display it as 94, you can
Custom Format the cell using "[h]" (without the quote marks).

Rick
 
D

D

Sorry, for me it means minutes but really, needs to be a hard # of 94. Your
process works with the custom formatting, then adding a helper column and
multiplying by 24. Would there be any other way of converting? I have users
who will need to be doing this to approximately 20 reports, and 20 columns a
month? Seems a bit tedious. Any thoughts?

Rick Rothstein (MVP - VB) said:
I'm not sure I completely follow what is going on with this value (94:00:00
is 94 hours, not minutes); but, if you want to display it as 94, you can
Custom Format the cell using "[h]" (without the quote marks).

Rick


D said:
I have a spreadsheet from an outside source and the Minutes are formatted
as
a date, so in the formula bar it looks like this: 1/3/1900 10:00:00 PM
but
in the actual cell, it looks like this: 94:00:00. How can I get the cell
to
read just 94? Thanks!!
 

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

Top