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?
|
feedback
|
|
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. | |||
|
feedback
|
|
You could also use the "Wingdings 2" font for capital Z. just type Z and select it, change to wingdings 2 font. | |||
|
feedback
|
"&T"with the quotes, or$Twithout 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