Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
how to roundup the number to hundreds example 1250101 to 1250200 , 1250901 to
1251000 , 1250750 to 1250800 thank alot |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=ROUNDUP(A1,-2)
-- Kind regards, Niek Otten "r4319hb" wrote in message ... how to roundup the number to hundreds example 1250101 to 1250200 , 1250901 to 1251000 , 1250750 to 1250800 thank alot |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=CEILING(A1,100)
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "r4319hb" wrote in message ... how to roundup the number to hundreds example 1250101 to 1250200 , 1250901 to 1251000 , 1250750 to 1250800 thank alot |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Roundup or rounddown | Excel Worksheet Functions | |||
ROUNDUP IN 0.2 INCREMENTS | Excel Worksheet Functions | |||
Roundup to the nearest number that is divisible by 3 | Excel Worksheet Functions | |||
How do I apply the ROUNDUP formula to a range of calculated data | Excel Worksheet Functions | |||
roundup seconds to minute | Excel Worksheet Functions |