ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   I have a problem with a formulae. (https://www.excelbanter.com/excel-discussion-misc-queries/211475-i-have-problem-formulae.html)

James

I have a problem with a formulae.
 
i am trying to make a formulae to show the cost of a certain cell.
One cell gets it's figure by calculating a percentage to reurn a value. Eg
54% of 30000 is 13,637. When i try to * this cell by an amount it sometimes
returns 3 or 4 pound more than what it should be. I have tried to set the
cells to no decimal places but i's not making a difference.

Help would be greatly appreciated.

Fred Smith[_4_]

I have a problem with a formulae.
 
Formatting a cell doesn't change its underlying value. You probably have a
value of something like 13637.4215 in the cell. If you want to get rid of
the value after the decimal point, you must round, as in:

=round(30000*54%,0)

which, by the way, is 16200, not 13637.

Regards,
Fred.

"James" wrote in message
...
i am trying to make a formulae to show the cost of a certain cell.
One cell gets it's figure by calculating a percentage to reurn a value.
Eg
54% of 30000 is 13,637. When i try to * this cell by an amount it
sometimes
returns 3 or 4 pound more than what it should be. I have tried to set the
cells to no decimal places but i's not making a difference.

Help would be greatly appreciated



James

I have a problem with a formulae.
 
Cheers that sorted it no problem. Thanks

"Fred Smith" wrote:

Formatting a cell doesn't change its underlying value. You probably have a
value of something like 13637.4215 in the cell. If you want to get rid of
the value after the decimal point, you must round, as in:

=round(30000*54%,0)

which, by the way, is 16200, not 13637.

Regards,
Fred.

"James" wrote in message
...
i am trying to make a formulae to show the cost of a certain cell.
One cell gets it's figure by calculating a percentage to reurn a value.
Eg
54% of 30000 is 13,637. When i try to * this cell by an amount it
sometimes
returns 3 or 4 pound more than what it should be. I have tried to set the
cells to no decimal places but i's not making a difference.

Help would be greatly appreciated





All times are GMT +1. The time now is 08:33 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com