If Statement - With Formated text

L

Larry L

I created an if statement. One of the conditions I want generated is "BEER"
text. Another is "BEER" text with strike through format. How do I get the
strike through to be formated in the cell? (The results does not have the
strike through format)
 
R

Ron Rosenfeld

I created an if statement. One of the conditions I want generated is "BEER"
text. Another is "BEER" text with strike through format. How do I get the
strike through to be formated in the cell? (The results does not have the
strike through format)

There must be some condition that you are testing to determine whether BEER
should be normal or with strike-through.

Use Conditional Formatting to test for that same condition, and change the font
style accordingly.


--ron
 
Top