ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Round off to 100 numbers? (https://www.excelbanter.com/excel-discussion-misc-queries/17410-round-off-100-numbers.html)

Foppa

Round off to 100 numbers?
 
The cell "H2" has a number, like 556$, and some times like 64$ etc.

In another cell "A1" I want 20 % of that value, and I have the formel
"=H2*0,2"

And I wan't the cell to round off to "100" number. How can I do that?

Like 64$, says 100$ in A1.
Like 556$, says 600$ in A1.

You get it! Please help me.

Bill Martin -- (Remove NOSPAM from address)

Foppa wrote:
The cell "H2" has a number, like 556$, and some times like 64$ etc.

In another cell "A1" I want 20 % of that value, and I have the formel
"=H2*0,2"

And I wan't the cell to round off to "100" number. How can I do that?

Like 64$, says 100$ in A1.
Like 556$, says 600$ in A1.

You get it! Please help me.


======================

One approach would be [ ]=100*Round(A1/100,0)

Bill

Bob Phillips

=ROUND(A1,-2)

If you perchance want to round-up (46-100) then

=CEILING(A1,100)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Foppa" wrote in message
...
The cell "H2" has a number, like 556$, and some times like 64$ etc.

In another cell "A1" I want 20 % of that value, and I have the formel
"=H2*0,2"

And I wan't the cell to round off to "100" number. How can I do that?

Like 64$, says 100$ in A1.
Like 556$, says 600$ in A1.

You get it! Please help me.




CLR

Maybe put one of these in A1..........
=ROUND((H2*0.2),-2)
or
=CEILING((H2*0.2),100)

Vaya con Dios,
Chuck, CABGx3


"Foppa" wrote in message
...
The cell "H2" has a number, like 556$, and some times like 64$ etc.

In another cell "A1" I want 20 % of that value, and I have the formel
"=H2*0,2"

And I wan't the cell to round off to "100" number. How can I do that?

Like 64$, says 100$ in A1.
Like 556$, says 600$ in A1.

You get it! Please help me.





All times are GMT +1. The time now is 10:46 PM.

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