View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Ken Hudson
 
Posts: n/a
Default How do I format text that is part of a formula?

Hi TJ,
One way...
Enter the letter "a" in a superscript format in an unused, unseen cell,
e.g. ZZ1.
Go to ZZ1, select Format Cells... Font and check the superscript box.
The refer to ZZ1 in your formula.
HTH
--
Ken Hudson


"TJ" wrote:

I am using the index formula to bring data to a sheet. I want to add a
superscript to text that will be adjoined to the formula.

=index(holdings!$b$4:$b$120,match($b9,holdings!$a$ 4:$a$120,0))&"(a)"

How do I superscript (a) in this case?