Can Text Function change output text color?

  • Thread starter Thread starter epiekarc
  • Start date Start date
E

epiekarc

Hello,

The folowing forumal is used in part of a CONCATENATE function, and
everything works great, except the code below doesn't make the text red.

=TEXT(VLOOKUP(vUtility_Company,Table4,7,FALSE),"[<=9999999][Red]###-####;[Red](###) ###-####")

Any ideas how to get the text red only in the portion above and not the
whole CONCATENATE statement?
 
Hello,

The folowing forumal is used in part of a CONCATENATE function, and
everything works great, except the code below doesn't make the text red.

=TEXT(VLOOKUP(vUtility_Company,Table4,7,FALSE),"[<=9999999][Red]###-####;[Red](###) ###-####")

Any ideas how to get the text red only in the portion above and not the
whole CONCATENATE statement?

You will need to execute a VBA Macro which
does the concatenation
writes the text string to the cell
then formats the particular portion in accordance with your formatting
rules.

Differential formatting, of the type you describe, can only be done on a text
string.
--ron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top