+ Reply to Thread
Results 1 to 3 of 3

inserting decimal two places from the right

  1. #1
    childothe1980s
    Guest

    inserting decimal two places from the right

    Hello:

    If you have a number in the cell such as "100" or "25000" or "49" and you
    want to place a decimal point two places from the right so that the numbers
    read as "1.00" or "250.00" or ".49" respectively, then what Excel formula
    would you use?

    I tried =LEFT(P2)&"."&RIGHT(P2,2) but the problem with that is that it made
    "25000" into "2.00". That's not what I wanted. I wanted "250.00".

    Thanks!

    childofthe1980s

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,486
    You could just divide the reference by 100

  3. #3
    childothe1980s
    Guest

    Re: inserting decimal two places from the right

    Thanks, Dave!!!

    "davesexcel" wrote:

    >
    > You could just divide the reference by 100
    >
    >
    > --
    > davesexcel
    > ------------------------------------------------------------------------
    > davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708
    > View this thread: http://www.excelforum.com/showthread...hreadid=519016
    >
    >


+ 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