Calculation divisble by three

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

Guest

I am using Office 2003

In Excel I am taking a number and multipling that figure by a %, is it then
possible to get the answer to be rounded up to be divisible by 3?

For example:

1000*20% = 200, I would like the answer to be 201
 
Rounded

=ROUND(1000*20%/3,0)*3

or rounded up

=CEILING(1000*20%,3)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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

Back
Top