Thread: Time functions
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Luke M Luke M is offline
external usenet poster
 
Posts: 2,722
Default Time functions

Assuming 8:00 AM is in cell A2, and 20.68 is in A3
=A2-A3/1440

The 1440 converts your number into minutes (1440 = 24 hrs * 60 minutes)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Harish" wrote:

Hi,
I have to do some time calculations and I have a formula that outputs
in minutes. I have to subtract a standard time to this number of
minutes. For example, I have 8:00 AM in one cell and 20.68 minutes on
an other cell. The output that I am expecting is 7:39 AM. Does anybody
know how to bring an output like that by subtracting the minutes?
Please help. Thanks