Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

My code is displaying "FALSE" when blank..... 1

Status
Not open for further replies.

TonyU

Technical User
Feb 14, 2001
1,317
US

I'm trying to modify this code to display a "Blank" cell not the word "False" how can I do this?

=IF(P40="yes","Grain:",IF(P40="no","Fold:"))

Thanks
[tt]"A Successful man is one who can build a firm foundation with the bricks that others throw at him"[/tt]
[noevil]
 
TonyU,

Modify your formula, as follows:

=IF(P40="yes","Grain:",IF(P40="no","Fold:",""))


HTH
M. Smith
 
[tt]DUH [hammer][blush]

Thanks rmikesmith
[tt]"A Successful man is one who can build a firm foundation with the bricks that others throw at him"[/tt]
[noevil]
 
[tt]

Follow up:

Would you know how to display a drop-down menu if a cell = yes using VBA?? (thinking outloud here on something I'm working on)
I can't find any reference anywhere. Thanks

[tt]"A Successful man is one who can build a firm foundation with the bricks that others throw at him"[/tt]
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top