Rounding number to 0.25 ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

How can I round numbers with cell formating to show numbers round to 0.25
0.50 0.75 or 0.00 ?

Thanks
 
Hi Construk

Try function mround(<number>,0.25) which rounds <number> to the nearest
multiple of 0.25.

Scott
 
additionally, you can copy each sheet to a new workbook and see if one
increase the size of the new workbook dramatically
 
Back
Top