View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default Conditional format cell for $0


=IF(P10="","",P10)

"jerminski73" wrote:

Thank you, that was simple!! Another question I have is the qty value in my
material list auto copies over to my labor qty. Is there a way to have it
not put a 0 in the copied cell?

material qty is p10, labor qty is z10

z10 has the formula =p10 If there is text or a value in p10 it auto fills
beautifully, but if the p10 cell is blank then z10 has a 0. I would like to
have a blank unless p10 has something typed in it.

Thanks again