Rounding up an EXCEL formula

T

Treborpower

Version: 2008
Operating System: Mac OS X 10.6 (Snow Leopard)
Processor: Intel

I'm stumped. I'm trying to round up to the nearest whole number as a multiple of 5. An example is: I use the formula =SUM(G6/.35) to get a number where G6 would be 317 and the sum for the formula would equal 916. I want to round up 916 to the nearest multiple of 5 to then equal 920. How can I write this as one formula?
 
M

macropod

Hi Treborpower,

You could use something like:
=ROUNDUP(G6/0.35/5,0)*5
but, because G6/0.35 = 905.7142857, the rounding up will return 910 - not the 920 you're looking for.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top