+ Reply to Thread
Results 1 to 3 of 3

Remove Decimal from Calculations

  1. #1
    Jake
    Guest

    Remove Decimal from Calculations

    Is there a way to multiply by a value in a cell, but only by the whole number?

    So if a cell's value is 2.2143, and I multiply by another cell with a value
    of 2, I want the result to be 4 (not rounded). Can this be done?

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451
    Have a look at the TRUNC() function

  3. #3
    Naz
    Guest

    RE: Remove Decimal from Calculations

    You can use the INT function. e.g

    =Int(A1)+A2

    Assuming 2.2143 is in A1 and 2 is in A2

    Hope that helps

    __________________
    Naz
    London

    "Jake" wrote:

    > Is there a way to multiply by a value in a cell, but only by the whole number?
    >
    > So if a cell's value is 2.2143, and I multiply by another cell with a value
    > of 2, I want the result to be 4 (not rounded). Can this be done?


+ 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