Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to subtract 32 minutes from every cell in a long column. The format is
24 hour clock, so I tried the formula =A2-B1. This works, until it gets down to midnight. Example: 00:30 - 00:32 should equal 23:58. But all i get is error messages saying there are negative numbers etc... Which formula can I use that would recognize the 24hour clock and the transitions from 23:59 to 00:00 midnight? |