+ Reply to Thread
Results 1 to 4 of 4

Extract the portions after decimal places into another column

  1. #1
    Registered User
    Join Date
    08-20-2009
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003
    Posts
    1

    Extract the portions after decimal places into another column

    Experts,

    I have a numeric data type column and having values varying from one number to 4 numbers after decimal point. I want to store the values after decimal places into another column.

    Please help in this regard

    Thanks
    Sri

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Extract the portions after decimal places into another column

    If A1:A10 contain your values

    B1: =MOD(A1,1)

    That will give you the value in numeric terms.

  3. #3
    Registered User
    Join Date
    03-29-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Extract the portions after decimal places into another column

    Quote Originally Posted by DonkeyOte View Post
    If A1:A10 contain your values

    B1: =MOD(A1,1)

    That will give you the value in numeric terms.
    Hey, thanks!

+ 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