View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Dave Curtis[_2_] Dave Curtis[_2_] is offline
external usenet poster
 
Posts: 99
Default if function shows 0 instead of blank

Hi,
it depends on what you are trying to achieve.

Try =IF(F38<"","",IF(F38="YES",C25,""))

or maybe

=IF(AND(F38="",F38="YES")C25,"")

Dave


"Wanna Learn" wrote:

Hello this is my formula =IF(F38=" "," ",IF(F38="YES",C25,FALSE)) I do
not get the result I want. If F 38 is blank it shows a 0 .I do not want the
zero I want it to be blank thanks