+ Reply to Thread
Results 1 to 5 of 5

Cut / Paste excel data without decimal values

  1. #1
    Registered User
    Join Date
    07-12-2009
    Location
    Sydney
    MS-Off Ver
    Excel 2007
    Posts
    49

    Cut / Paste excel data without decimal values

    Hi all,

    Probably a simple question but doing my head in trying to fix...

    The data comes from the divison of two stock prices that are updating in realtime..... hence i will get a figure of lets say 2.5563. I have it set so that the cell auto rounds to the nearest number even though the formula bar displays the above figure...

    My problem arises when I cut and paste this data into a new cell, the decimal figures are still there. I have to have this figure pasted as 3...... not 2.5563 and rounded up to 3...

    Anyone know how to fix..?

    Thanks!
    Last edited by oldchippy; 07-13-2009 at 03:45 AM.

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097

    Re: Cut / Paste excel data without decimal values

    Hi,

    Welcome to the forum, if your data is in A1 you can round with this in B1

    =ROUND(A1,0) then copy and paste that?
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

  3. #3
    Registered User
    Join Date
    05-17-2008
    Posts
    51

    Re: Cut / Paste excel data without decimal values

    Hi,

    Format the Cell B1 to "No Decimal" in Format Cells, Number Option.

    Copy from the source and use Paste Special-Values.

    By this, Number in the cell will be displayed as "3"...and in the formula cell you can find "2.5666"...

    Hope this helps you.

    Regards,
    guru

  4. #4
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097

    Re: Cut / Paste excel data without decimal values

    The data comes from the divison of two stock prices that are updating in realtime
    You could always round the formula of the division

    =ROUND(Your formula,0)

  5. #5
    Registered User
    Join Date
    07-12-2009
    Location
    Sydney
    MS-Off Ver
    Excel 2007
    Posts
    49

    Re: Cut / Paste excel data without decimal values

    Quote Originally Posted by oldchippy View Post
    Hi,

    Welcome to the forum, if your data is in A1 you can round with this in B1

    =ROUND(A1,0) then copy and paste that?
    PERFECT

    Thanks very much, appreciated :D

+ 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