View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default nno result if one cell empty

You're welcome!

--
Biff
Microsoft Excel MVP


"Gazman" wrote in message
...
Thankyou both very much for your help!

"T. Valko" wrote:

One way:

=IF(COUNT(G$12:H$12)<2,"",H$12-G$12)

--
Biff
Microsoft Excel MVP


"Gazman" wrote in message
...
=IF(ISNA(H$12-G$12),"",(H$12-G$12))

Hi I would like no result, blank cell, if h12 or g12 is empty but keep
getting negatives if one cell is empty. The above formula does'nt work.
Hope
someone can help. Thanks