+ Reply to Thread
Results 1 to 4 of 4

Is there a way to multiply only by number BEFORE decimal?

  1. #1
    Registered User
    Join Date
    03-11-2014
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    27

    Is there a way to multiply only by number BEFORE decimal?

    Hi guys,
    Sorry to post another question but I'm stuck again!

    Let's say I have '20' in cell A1 and '2.8455' in cell A2.
    I want to multiply 20 x 2 and ignore the .8455.

    When I get rid of decimal places, it rounds 20 up to 21, which isn't what I need really.

    Is there a way to multiply by just the number before the decimal point and ignore everything after it?

    Thank you so much!

    Skye

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,873

    Re: Is there a way to multiply only by number BEFORE decimal?

    Try this:

    =A1 * Int(A2)

    Alan
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Forum Contributor
    Join Date
    02-28-2012
    Location
    London, England
    MS-Off Ver
    Excel 2003, 2007, 2010
    Posts
    187

    Re: Is there a way to multiply only by number BEFORE decimal?

    Try:

    =Rounddown(Value,0)

  4. #4
    Registered User
    Join Date
    03-11-2014
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    27

    Re: Is there a way to multiply only by number BEFORE decimal?

    Thanks guys!

    We have solved this now and got it working.

    I love this forum! It's a God send!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. I need help to multiply a column with values by 180% & then ROUNDUP to 1 decimal
    By RobinPrice in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-04-2014, 06:21 AM
  2. [SOLVED] copy number with 3 or more decimal places and paste the actual value as 2 decimal number
    By k1dr0ck in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-29-2013, 12:57 AM
  3. Replies: 2
    Last Post: 04-01-2012, 10:49 PM
  4. Multiply by only the decimal
    By mamann in forum Excel General
    Replies: 7
    Last Post: 12-20-2010, 01:46 PM
  5. The Formula to Multiply Decimal in Excel
    By antoni in forum Excel General
    Replies: 8
    Last Post: 11-29-2008, 01:05 AM

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