J JE McGimpsey Sep 21, 2004 #2 XL stores times as fractional days (e.g., 3:00 = 0.125). To convert to decimal hours, multiply by 24: A1: 03:30 A2; =A1*24 ===> 3.5
XL stores times as fractional days (e.g., 3:00 = 0.125). To convert to decimal hours, multiply by 24: A1: 03:30 A2; =A1*24 ===> 3.5
G Guest Sep 21, 2004 #3 But if I do that it adds AM or PM -----Original Message----- XL stores times as fractional days (e.g., 3:00 = 0.125). To convert to decimal hours, multiply by 24: A1: 03:30 A2; =A1*24 ===> 3.5 . Click to expand...
But if I do that it adds AM or PM -----Original Message----- XL stores times as fractional days (e.g., 3:00 = 0.125). To convert to decimal hours, multiply by 24: A1: 03:30 A2; =A1*24 ===> 3.5 . Click to expand...
G Guest Sep 21, 2004 #5 You're coming with great answers--too bad I've already tried that! Nothing seems to convert from 8:45 to 8.75.
You're coming with great answers--too bad I've already tried that! Nothing seems to convert from 8:45 to 8.75.
J Jay Sep 21, 2004 #6 wrote: You're coming with great answers--too bad I've already tried that! Nothing seems to convert from 8:45 to 8.75. Click to expand... Example: A1: 01/01/2004 2:00:00 AM B1: 01/01/2004 10:45:00 AM C1: =24*(B1-A1) Formatted as a number with 2 decimal places. Seems to work.
wrote: You're coming with great answers--too bad I've already tried that! Nothing seems to convert from 8:45 to 8.75. Click to expand... Example: A1: 01/01/2004 2:00:00 AM B1: 01/01/2004 10:45:00 AM C1: =24*(B1-A1) Formatted as a number with 2 decimal places. Seems to work.
J JE McGimpsey Sep 22, 2004 #7 And nothing will - you have to first perform the calculation I gave you, "then reformat the cell".