Hello,
This is probably really easy but I can not think how to solve this.
I would like to a label show up only when the letter "C" is displayed in cell B5.
See attached example.
//Svanis
Hello,
This is probably really easy but I can not think how to solve this.
I would like to a label show up only when the letter "C" is displayed in cell B5.
See attached example.
//Svanis
Last edited by Svanis75; 10-18-2010 at 02:40 AM.
What label? The simplest solution would be to use an IF formula
=IF($B$5="C","B5 is C","")
Hope that helps.
RoyUK
--------
For Excel Tips & Solutions, free examples and tutorials why not check out my web site
Free DataBaseForm example
I meen the label that says "Follow the instructions".
//Svanis
Unless you use VBA, which is unnecessary, use the formula & format a cell to act as the label.
I would like to use VBA to show the label. Could you show me how to do that.
Thank´s for your help.
/Svanis
Last edited by Svanis75; 10-15-2010 at 05:43 AM.
I would like to use VBA to show the label. Could you show me how to do that.
Thank´s for your help.
/Svanis
I found a way to do this with this code:
Regards![]()
Please Login or Register to view this content.
/Svanis
Last edited by Svanis75; 10-18-2010 at 03:46 AM.
Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code. Posting code without them makes your code hard to read and difficult to be copied for testing. Highlight your code and click the # at the top of your post window. For more information about these and other tags, found here
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks