Color within Concatenate

  • Thread starter Thread starter BillCPA
  • Start date Start date
B

BillCPA

I have a concatenate formula - CONCATENATE("blahblah",A4,"moreblah") - that
pulls in part of the string from a cell (A4). Is there any way to change the
characteristics of just the A4 value (bold, red, etc.) within the concatenate?
 
Copy the cell with the formula and paste/special/value back onto itself.
Then format the string portion manually.
 
Back
Top