View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
default time to PM after 12:00 pm[_2_] default time to PM after 12:00 pm[_2_] is offline
external usenet poster
 
Posts: 2
Default Time Calculation returning 19:00

I'm trying to calculate the hh:mm difference between two cells and asking to
do nothing if W1 is blank. Why am I getting 19:00 as a value from a
calculation of:

=IF(W1<X1,X1-W1,IF(W1="","",IF(W1X1,"","")))