Thread: if question
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default if question

=if(k5=j5, "", k5-j5)
--
HTH...

Jim Thomlinson


"Matt" wrote:

I have a cell wich has =sum(K5-J5) if the answer is 0 how can I get the
cell to be blank?