10 to the Second Power

  • Thread starter Thread starter MWB
  • Start date Start date
M

MWB

I need to show 10 to the second power in a spread sheet. Any ideas?

Thanks
Mark
 
Type

'102

into a cell. Highlight the 2 in the formula bar and, use Format | Cells |
Font | Effects | Superscript.
 
Thank You.


There's a very nice lady at my office that's going to give me a hug.

Mark
 
If using a formula, a very poor workaround might be something like this. The
178 being the small 2 in Arial Font.

=10 & CHAR(178)
 
Dana DeLouis said:
If using a formula, a very poor workaround might be something like this. The
178 being the small 2 in Arial Font.

=10 & CHAR(178)

Thanks for your reply Dana. So far it's not in a formula but it will be.

Mark
 
You could just type:

1, 0, alt-0178

(although it's easier to see what's happening in Dana's suggestion.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top