Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
=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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Seed numbers for random number generation, uniform distribution | Excel Discussion (Misc queries) | |||
Rounding numbers up or down | Excel Discussion (Misc queries) | |||
Converting Numbers to Text properly | Excel Discussion (Misc queries) | |||
Sorting imported "numbers" | Excel Discussion (Misc queries) | |||
finding common numbers in large lists | Excel Worksheet Functions |