View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
amik amik is offline
external usenet poster
 
Posts: 15
Default turn #value into blank cell

that formula makes them all empty, even when there are numbers present?

any advice?

"Jacob Skaria" wrote:

=IF(COUNT(A5:B5)=2,(A5/B5)-1,"")
--
If this post helps click Yes
---------------
Jacob Skaria


"amik" wrote:

My formula is (A5/B5)-1

is there a way to change this so that if A5 and B5 are empty it displays an
empty cell?