Excel Highlighting Problem

plato -  
Raymond PENTIER Posted messages 58213 Registration date   Status Contributor Last intervention   -
Hello,

So let me explain my issue: I want to highlight part of a cell that contains a function. To be clearer, I'll take an example:

=concatenate("Text 1 ";if(B1=1;"TRUE";"FALSE");" Text 2") --> In this example, I would like to highlight in red only "TRUE" or "FALSE" and not the rest of the characters (Text 1 and 2)

Thanks in advance for your answers

Configuration: Windows XP / Internet Explorer 7.0

6 answers

  1. Mike-31 Posted messages 18405 Registration date   Status Contributor Last intervention   5 147
     
    Hi,

    the result from a formula cannot be partially formatted manually or by formula, to my knowledge, only in VBA
    A+
    Mike-31

    A period of failure is an ideal time to sow the seeds of knowledge.
    0
    1. Plato
       
      Ok, thanks Mike, and I know very little about VBA, does anyone have a solution?
      0