View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernard Liengme[_2_] Bernard Liengme[_2_] is offline
external usenet poster
 
Posts: 563
Default Format within a Function

Functions can return VALUES they cannot change formats
Have a look at Conditional Formats in Help and come back if you need help
with that topic
best wishes
--
Bernard Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme

"JAC" wrote in message
...
I am using the "IF" function, and want to have a different format for the
different values. For example, if the [logical test] is true, I want to
say
"Window," but if the [logical test] is false, I want to also say "Window"
but
with a strikethrough through it or some different format (ie, bold,
underline, etc...). Is this possible?