English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a problem in excel i wrote a basic adding formula to sum 2 cells and then multiply the sum of them by 9 but the program keeps ignoring the small decimals which at the end makes a huge difference in my calculation, for example: =((J10+P10)*9), thats the formula and J10=12.55 and P10=6.02 and the answer is supposed to b 167.13 but the the program gave me 167.10 as the answer which is off by .03 wut should i do?

2007-01-04 08:20:55 · 6 answers · asked by Josh m 1 in Computers & Internet Software

6 answers

go to format cell
and change the decimal places to 3 or more
that will help .13 is rounded to .10
good luck

2007-01-04 08:25:12 · answer #1 · answered by SWANY 2 · 0 0

As you describe it, your problem is not related to the number of decimal places. If the formula you've described is giving you the answer you indicated there is another problem. First check your data by increasing the number of displayed decimal places to see if there's a rounding problem, i.e. the numbers are not actually what you're seeing.

If this is not the problem there could be something else wrong but I'd have to have more info.

2007-01-04 09:28:18 · answer #2 · answered by JadeH 1 · 0 0

You don't need all those parentheses.

=(J10+P10)*9, Check your formatting in all the related cells. Your format is rounding down to .10

2007-01-04 08:35:33 · answer #3 · answered by ed 7 · 0 0

Select the cells you want.

Select Format --> Cells

In the 'Number' tab, select 'Number'. Change 'Decimal Places' to 4 (or 5 or whatever you want).

Click OK.

Should be working now. You have to do this to all of the cells you are adding and summing and multiplying.

2007-01-04 08:25:57 · answer #4 · answered by Monkeyman 3 · 0 0

check the decimal placing right click the cell and go to format cells, and under number you can choose how many decimal places should be displayed

2007-01-04 08:24:32 · answer #5 · answered by jaffarkelshac 3 · 0 0

Your code should look like this =9*(j10+p10) not =((J10+P10)*9) and if your getting 167.10 then that's because your totals are not right but if it is right it should look like this 167.1 theres no .10 and to fix this just format and number then put 2 decimals.

2016-05-23 03:33:15 · answer #6 · answered by ? 4 · 0 0

fedest.com, questions and answers