ROUNDUP NUMBER

B

Bee

I would like to roundup a number in Excel to the nearest 50 cents. I know it
is possible to roundup to whole numbers and nearest 10 cents but I need to
round up by 50 cents if this is possible.

Any help is much appreciated!

Thank you in advance!
 
R

Ron Rosenfeld

I would like to roundup a number in Excel to the nearest 50 cents. I know it
is possible to roundup to whole numbers and nearest 10 cents but I need to
round up by 50 cents if this is possible.

Any help is much appreciated!

Thank you in advance!


=CEILING(A1,0.5)
--ron
 
Top