+ Reply to Thread
Results 1 to 5 of 5

how do I display "meter square" symbol in a formula cell ?

  1. #1
    lau
    Guest

    how do I display "meter square" symbol in a formula cell ?



  2. #2
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    enter m2. select 2, click on FORMAT > CELLS > FONT > check SUPERSCRIPT

    - Mangesh

  3. #3
    Rob van Gelder
    Guest

    Re: how do I display "meter square" symbol in a formula cell ?

    Hold down the ALT key and type 0178 on your numeric keypad. That gives you
    the superscript two character.

    --
    Rob van Gelder - http://www.vangelder.co.nz/excel


    "lau" <[email protected]> wrote in message
    news:[email protected]...
    >




  4. #4
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    Also
    Alt + 253 gives the square character.

    - Mangesh

  5. #5
    Gord Dibben
    Guest

    Re: how do I display "meter square" symbol in a formula cell ?

    And if you want it as a Custom format.......

    In Custom dialog box enter 0"m2"

    To enter the 2 above as superscript, enter the m then ALT + 0178

    Macro on a button or shortcut key combo.........

    Sub sq_Meters()
    Selection.NumberFormat = "0"" m" & Chr(178) & """"
    End Sub

    Note cubic meters is ALT + 0179


    Gord Dibben Excel MVP

    On Fri, 28 Jan 2005 22:24:22 +1300, "Rob van Gelder"
    <[email protected]> wrote:

    >Hold down the ALT key and type 0178 on your numeric keypad. That gives you
    >the superscript two character.



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1