View Single Post
  #5   Report Post  
Katiemcgi
 
Posts: n/a
Default

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

"N Harkawat" wrote:

=ceiling(a1,1000) to round up and
=Floor(a1,1000) to round down

"Katiemcgi" wrote in message
...
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?