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.
|