Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
How can I round numbers with cell formating to show numbers round to 0.25 0.50 0.75 or 0.00 ? Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
potencially
=round(num*4,0)/4 and format as .00 "Construk" wrote: Hi, How can I round numbers with cell formating to show numbers round to 0.25 0.50 0.75 or 0.00 ? Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks bj
"bj" wrote: potencially =round(num*4,0)/4 and format as .00 "Construk" wrote: Hi, How can I round numbers with cell formating to show numbers round to 0.25 0.50 0.75 or 0.00 ? Thanks |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Construk
Try function mround(<number,0.25) which rounds <number to the nearest multiple of 0.25. Scott "Construk" wrote: Hi, How can I round numbers with cell formating to show numbers round to 0.25 0.50 0.75 or 0.00 ? Thanks |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() "Construk" wrote: Hi, How can I round numbers with cell formating to show numbers round to 0.25 0.50 0.75 or 0.00 ? Thanks |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
additionally, you can copy each sheet to a new workbook and see if one
increase the size of the new workbook dramatically "Construk" wrote: Thanks bj "bj" wrote: potencially =round(num*4,0)/4 and format as .00 "Construk" wrote: Hi, How can I round numbers with cell formating to show numbers round to 0.25 0.50 0.75 or 0.00 ? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
number rounding | Excel Worksheet Functions | |||
rounding a formula's number | Excel Worksheet Functions | |||
Rounding a number down to the nearest 5? | Excel Worksheet Functions | |||
How do I keep a value from rounding up to the next number? | Excel Worksheet Functions | |||
Rounding a number to a multiple quantity that adds to a fixed total number | Excel Worksheet Functions |