View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Formatting Parts of Formulas

You could only do this using VBA, not using a standard worksheet
function.

Hope this helps.

Pete

cogorman wrote:
I've created a formula that includes text and also variables from other
cells. Is it possible to format different parts of the formula differently,
e.g. bold some of it? For example:

="Beginning of sentence "&TEXT($D$26,"$##,####.00")

I would like to be able to make the data brought in from D26 bold.