I need to have an excel footer that contains the string "&T". My problem is that when I attempt to do this excel automatically changes it to be "&[Time]". Is there anyway to escape the & to make it display &T as plain text?

link|improve this question
Is your string actually "&T" with the quotes, or $T without the quotes? Have you tried it WITH quotes? Have you tried any of Excel's cell formatting options already? – techie007 Dec 6 '11 at 19:52
My string is without the quotes. If I add the quotes it changes it to "&[Time]" (with the quotes added). What formatting would I change for this footer? – Kellenjb Dec 6 '11 at 19:53
feedback

2 Answers

up vote 1 down vote accepted

Can you try one more "&" in your string, so that it is actually "&&T" ? I have a header in a workbook that had the same issue, and I solved it that way.

link|improve this answer
That did it. I should have known to try that. Thank you. – Kellenjb Dec 6 '11 at 20:03
feedback

You could also use the "Wingdings 2" font for capital Z.

just type Z and select it, change to wingdings 2 font.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.