Rounding to the next highest 1000 after a resulting formula

G

Guest

I need to have a column rounding up to the next highest 1000 after a resulted
formula.

ie, I4*2 = $100,200

I need the result to round to $101,000 But, the formula keeps adding the
Roundup formula resulting in 201,200.

Can I have both formulas in one cell?
 
B

Bob Phillips

=roundup(I4*2,-3)

--

HTH

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

Guest

I tried adding =ceiling(I4,1000) after the I4*2 and it did not work.
I4*2=ceiling(I4,1000). Any other ideas??
 
B

Bob Phillips

No, in place of

=CEILING(I4*2,1000)

--

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

Top