+ Reply to Thread
Results 1 to 4 of 4

How do I calculate without decimals in excel?

Hybrid View

  1. #1
    upstate
    Guest

    How do I calculate without decimals in excel?

    I'm working on a spreadsheet where certain columns are to be rounded to the
    nearest whole number, while the answer is to be in currency. Excel is
    calculating with decimals the whole way even though the decimals do not show
    in the appropriate columns. Is there a way to eliminate the decimals in the
    calculations with the exception of the total. Excel's total and the "old"
    calculator's do not match.
    Example:
    721 divided by 7.46 = 97, 97 minus 156 = (59), (59) multiplied by .3640 =
    (21.47) on the calculator and (21.62) on excel.
    Can someone help me,
    Thanks, Patti

  2. #2
    Duke Carey
    Guest

    RE: How do I calculate without decimals in excel?

    Use the ROUND() function

    =ROUND(721/7.46,0) will give you 97
    =ROUND(-59*.364,2) will give you 21.48

    You're not going to get 21.47 unless you truncate

    =TRUNC(-59*.364,2) will give you 21.47

    "upstate" wrote:

    > I'm working on a spreadsheet where certain columns are to be rounded to the
    > nearest whole number, while the answer is to be in currency. Excel is
    > calculating with decimals the whole way even though the decimals do not show
    > in the appropriate columns. Is there a way to eliminate the decimals in the
    > calculations with the exception of the total. Excel's total and the "old"
    > calculator's do not match.
    > Example:
    > 721 divided by 7.46 = 97, 97 minus 156 = (59), (59) multiplied by .3640 =
    > (21.47) on the calculator and (21.62) on excel.
    > Can someone help me,
    > Thanks, Patti


  3. #3
    Duke Carey
    Guest

    RE: How do I calculate without decimals in excel?

    Use the ROUND() function

    =ROUND(721/7.46,0) will give you 97
    =ROUND(-59*.364,2) will give you 21.48

    You're not going to get 21.47 unless you truncate

    =TRUNC(-59*.364,2) will give you 21.47

    "upstate" wrote:

    > I'm working on a spreadsheet where certain columns are to be rounded to the
    > nearest whole number, while the answer is to be in currency. Excel is
    > calculating with decimals the whole way even though the decimals do not show
    > in the appropriate columns. Is there a way to eliminate the decimals in the
    > calculations with the exception of the total. Excel's total and the "old"
    > calculator's do not match.
    > Example:
    > 721 divided by 7.46 = 97, 97 minus 156 = (59), (59) multiplied by .3640 =
    > (21.47) on the calculator and (21.62) on excel.
    > Can someone help me,
    > Thanks, Patti


  4. #4
    Duke Carey
    Guest

    RE: How do I calculate without decimals in excel?

    Use the ROUND() function

    =ROUND(721/7.46,0) will give you 97
    =ROUND(-59*.364,2) will give you 21.48

    You're not going to get 21.47 unless you truncate

    =TRUNC(-59*.364,2) will give you 21.47

    "upstate" wrote:

    > I'm working on a spreadsheet where certain columns are to be rounded to the
    > nearest whole number, while the answer is to be in currency. Excel is
    > calculating with decimals the whole way even though the decimals do not show
    > in the appropriate columns. Is there a way to eliminate the decimals in the
    > calculations with the exception of the total. Excel's total and the "old"
    > calculator's do not match.
    > Example:
    > 721 divided by 7.46 = 97, 97 minus 156 = (59), (59) multiplied by .3640 =
    > (21.47) on the calculator and (21.62) on excel.
    > Can someone help me,
    > Thanks, Patti


+ 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