View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
DonElston DonElston is offline
external usenet poster
 
Posts: 4
Default If then statement and time format

Thanks

I still got bizzzre results, BUT rather than using the E22 result, I redid
the cell sums and with the 40/24, got the correct result.

=IF(SUM(H5:H11)40/24,SUM(H5:H11)-40/24,0) Figures OT
=IF(SUM(H6:H12)40/24,40/24,SUM(H6:H12)) Regular

Thanks again



"Toppers" wrote:

Try:

=IF(E22*2440,40,E22*24)

Formatted as NUMBER

"DonElston" wrote:

Trying to calculate Overtime using IF THEN. All cells are formatted for time.

If E22 is greater than 40 hours, I want 40, else E22. E22 is 51:00:00 and
the statement keeps comming back with the full 51:00:00.

Excel 2007.

Thanks in advance, I know it is something simple but after 45 minutes, I'm
fed up

Don