View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Blank Cell in Time

I think you want something like this:

=IF('50025'!$E$41<0,0,MIN('50025'!$E$41,'50025'!$G $38))

Hope this helps.

Pete

On Jun 27, 3:24*pm, Tia wrote:
Hello
I am working on OVT Time Calculation every time the time is minus an
blank cell is displayed what can i do if i have a negative answer i
get 0 not blank ?
=IF('50025'!$G$38'50025'!$E$41,'50025'!$E$41,'500 25'!$G$38)

'50025'!$G$38 =Total weekly OVT
'50025'!$E$41 =Total OVT after deduction

What i need is the Total final OVT but every time it is minus a got a
blank cell what can i do ta have a zero ?

Tia