Leave Cells Blank

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like nothing to display when there is no data in the linked cell.
Here is my formula:=IF(I27>=45,"F","S") S is always showing. If no data is
entered in the cell I27, how do I keep this cell's formula blank. Thanks in
advance, Mary
 
Duke Carey wrote...
=if(i27<45,"",if(i27>=45,"F","S"))
....

When could this ever return "S"? The first IF catches *ALL* instances
that satisfy I27<45, so if that condition is false, the next IF call's
1st argument would necessarily be true.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top