View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
joemsewi joemsewi is offline
external usenet poster
 
Posts: 1
Default Help with If Statement

I have inserted an IF statement, =IF(P80,P8-U8), in a spreadsheet cell. In
the spreadsheet cell if P8 = 0 the FALSE statement appears. I would like to
eliminate the FALSE statement from the cell contents and only show contents
in that cell if P8 0. How can I do this?

Thank you