+ Reply to Thread
Results 1 to 7 of 7

copy number with 3 or more decimal places and paste the actual value as 2 decimal number

  1. #1
    Valued Forum Contributor
    Join Date
    12-01-2011
    Location
    Philippines
    MS-Off Ver
    Excel 2016
    Posts
    949

    copy number with 3 or more decimal places and paste the actual value as 2 decimal number

    Hi,

    Lets say i have a list on column A
    how do I copy the "actual value" in A to B that has the "actual value" of a rounded off of 2 decimals?

    Actual value in B is a number with 2 decimals rounded off.


    A B
    1 2.345 2.35
    2 5.876 5.88
    3 3.987 3.99

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: copy number with 3 or more decimal places and paste the actual value as 2 decimal numb

    use the round function
    in B1
    =ROUND(A1,2)

    then you can do the copy paste value in itself(B1) if thats what the "Actual value" means.
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: copy number with 3 or more decimal places and paste the actual value as 2 decimal numb

    actual value would mean the number displayed in 2 decimal places as opposed to rounded valued

    in that case to format this way
    CTRL + 1
    Select Number> 2 decimal places

  4. #4
    Valued Forum Contributor
    Join Date
    12-01-2011
    Location
    Philippines
    MS-Off Ver
    Excel 2016
    Posts
    949

    Re: copy number with 3 or more decimal places and paste the actual value as 2 decimal numb

    @vlady thanks for the reply
    any idea how to store the value of that round function in a macro? ex: in A1 round function value would be "2.35"
    then i can just show the value in B
    thanks


    @humdingaling thanks also but
    i need the actual 2 decimal number value not the format
    ex: A1 which is "2.35"

  5. #5
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: copy number with 3 or more decimal places and paste the actual value as 2 decimal numb

    something like

    Please Login or Register  to view this content.

  6. #6
    Valued Forum Contributor
    Join Date
    05-20-2013
    Location
    Ohio, USA
    MS-Off Ver
    Excel 2013
    Posts
    941

    Re: copy number with 3 or more decimal places and paste the actual value as 2 decimal numb

    Quote Originally Posted by humdingaling View Post
    actual value would mean the number displayed in 2 decimal places as opposed to rounded valued

    in that case to format this way
    CTRL + 1
    Select Number> 2 decimal places
    Actually that just changes the appearance or display of the value, not the value stored in the "register" or "stack". The rounding functions actually change the stored value.

    Prove it to yourself. Place the same three-or-more-decimal-place values in two cells. Change the Number format as you suggest to one of the cells. Now in adjacent cells, multiply each value by pi and set dispayed decimal places to three or greater. The results will be identical no matter how many decimal places are displayed. That means setting the Number format to lesser decimal places only changes the appearance, not the stack value.
    Last edited by jhren; 05-28-2013 at 02:16 AM.

  7. #7
    Valued Forum Contributor
    Join Date
    12-01-2011
    Location
    Philippines
    MS-Off Ver
    Excel 2016
    Posts
    949

    Re: copy number with 3 or more decimal places and paste the actual value as 2 decimal numb

    @vlady thanks, works great!

+ 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