View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
[email protected] djohns158@gmail.com is offline
external usenet poster
 
Posts: 29
Default Hiding FALSE message

This is the formula I'm using in the cell:
=IF(G2*1.33<D2,D2,IF(G2*1.33D2,G2*1.33))
Now.... if there is no data in that particular row, then the word
FALSE is in that cell. Is there some way to make it so the cell is
blank until I enter data? I'm almost done with this project and
you've all been so helpful. Thank you.