View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dylan @ UAFC[_2_] Dylan @ UAFC[_2_] is offline
external usenet poster
 
Posts: 76
Default Formatting in a formula

sure if this only driven off a 21 lines of data
you could possilbe go one by one on the conditional
formating and go new rule, there is somewher in there
were it ill let type specific text and it auto formate that
text or text in the range disirered

"Pat Canton" wrote:

I am trying to format only a certain part of a formula...

Formula is :

=IF(ISBLANK('Cabinet Information'!D21),"Stain","Stain - "&'Cabinet
Information'!D21)

I don't want to bold Stain, only what comes after it - 'Cabinet
Information'!D21).
Is this possible from inside a formula?

Thanks in advance,

Pat Canton