I want to write a formula to display statistical results. For example, if cell B1 calculates the left side of a mean confidence interval and cell B2 the right, then I could display the confidence interval using the formula:
=B1&” <= u <= "&B2
Only I want to use the less than or equal symbol and the mue symbold rather than the ones shown here.
I can figure out how to do that when the symbols are all available in Times New Roman (or any single font) as they are in this example. However, that is not always the case. For example, to do a chi-square confidence interval, I need the less than or equal, chi-square, and squared two symbols and no font (on my machine) has all these symbols.
To make it a little more complex, I want to be able to share the resulting worksheets with my students, who may not have exactly the same fonts on their machines as I do so I need to stick to the very basic fonts.
Any suggestions?
Ronny