Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Excel time/date formatting
Name: ronhoward Date: September 3, 2003 at 10:19:35 Pacific OS: 98 CPU/Ram: 433/192
Comment:
I need to be able to use time in an arithmetic formula. For instance, if a cell has a number representing 45 minutes, I need that calculated as .75(or 3/4ths of a minute)but I would like the visual formatting to be a date/time type(00:00:45).
Name: stevieb Date: September 3, 2003 at 12:50:27 Pacific
Reply:
You will need to call the decimal value for your formula from another cell. i,e in cell A1 you have the time 00:45:00 (hh:mm:ss) to calculate the decimal value in cell A2 type =A1*24. You would then use the value in cell A2 in your formula.
Hope this helps.
0
Response Number 2
Name: Mike Date: September 3, 2003 at 22:33:14 Pacific
Reply:
Hi there,
Stevieb, i don't wanna seem arrogant, but that will only work when the format of cell A2 is set to a number. And when used like this it will copy the format from the A1 cell hh.mm.ss
Another option is using the next formula in Cell A2 =A1/60 This will give you a decimal value of the minutes, but there are allot of different options here, using different command, just don't have enough info to determine what is best in this case
Summary: Last week while entering data into Excel, I noticed that it started making me enter the date in opposite (example, instead of entering 07 10 for July 10th, it made me type in 10 07 to get the final en...
Summary: I have several large trade blotters I exported from our portfolio trading platform. Problem is, with the date, when it exports to excel, it exports the date as a single integer. For example, 05/15/20...
Summary: wheni am entering 6/30/2005 in my excel sheet it is appearing as 38533 (i guess numeric value of date) however in function bar it appears correct as 6/30/2005. I made changes in cell format to date fo...