Thread: Small favor
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Small favor

Try using IF Function with the below function. Post back incase you are
unable to.

If this post helps click Yes
--------------
Jacob Skaria


"DonV" wrote:

I am making a simple time tracking workbook that will calculate and return
the difference between two times. The formula is =INT((C8-B8)*24)-1. I tried
to modify it so that if there is no data in the ajacent cells the formual
will return nothing or 0, so i can pre-populate a column with the formula
but not have anything or 0 if there is nothing to calculate. How can I make
this work?