Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Foppa
 
Posts: n/a
Default 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.
  #2   Report Post  
Bill Martin -- (Remove NOSPAM from address)
 
Posts: n/a
Default

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
  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

=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.



  #4   Report Post  
CLR
 
Posts: n/a
Default

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.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Seed numbers for random number generation, uniform distribution darebo Excel Discussion (Misc queries) 3 April 21st 23 10:02 PM
Rounding numbers up or down boyshanks Excel Discussion (Misc queries) 13 April 8th 09 04:03 PM
Converting Numbers to Text properly Shirley Munro Excel Discussion (Misc queries) 1 February 16th 05 04:01 PM
Sorting imported "numbers" Confused on the tundra Excel Discussion (Misc queries) 5 December 17th 04 08:33 PM
finding common numbers in large lists Jenn Excel Worksheet Functions 1 November 11th 04 08:42 PM


All times are GMT +1. The time now is 06:03 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"