Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Mary
 
Posts: n/a
Default Leave Cells Blank

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
  #2   Report Post  
KL
 
Posts: n/a
Default

=IF(I27="","",IF(I27=45,"F","S"))

Regards,
KL


"Mary" wrote in message
...
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



  #3   Report Post  
Duke Carey
 
Posts: n/a
Default

=if(i27<45,"",if(i27=45,"F","S"))

"Mary" wrote:

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

  #4   Report Post  
Harlan Grove
 
Posts: n/a
Default

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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
pivot tables reports - altering display of (blank) cells cak Excel Worksheet Functions 1 August 22nd 05 12:39 AM
How can I replace a range of blank cells with a 0 Replacing blank cells Excel Discussion (Misc queries) 1 August 19th 05 12:01 AM
CONCATENATE problem with blank cells roger_home Excel Discussion (Misc queries) 1 August 17th 05 09:18 PM
Copy down - special to fill only the blank cells Mike Excel Discussion (Misc queries) 3 April 18th 05 10:08 PM
Non Blank - Blank Cells???? Reggie Excel Discussion (Misc queries) 3 January 12th 05 12:04 AM


All times are GMT +1. The time now is 03:06 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"