Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Katiemcgi
 
Posts: n/a
Default Rounding to the next highest 1000 after a resulting formula

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?
  #2   Report Post  
N Harkawat
 
Posts: n/a
Default

=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?



  #3   Report Post  
N Harkawat
 
Posts: n/a
Default

Yes it is possible to have both formulas in one cell
=Ceiling(I4*2,1000)

"N Harkawat" wrote in message
...
=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?





  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

=roundup(I4*2,-3)

--

HTH

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


"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?



  #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?






  #6   Report Post  
Katiemcgi
 
Posts: n/a
Default

Thankyou. It works beautifully. All set.

"N Harkawat" wrote:

Yes it is possible to have both formulas in one cell
=Ceiling(I4*2,1000)

"N Harkawat" wrote in message
...
=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?






  #7   Report Post  
Bob Phillips
 
Posts: n/a
Default

No, in place of

=CEILING(I4*2,1000)

--

HTH

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


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






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
revert formula insertion to old method Don't be a pain in the ass Setting up and Configuration of Excel 0 January 24th 05 02:49 PM
Simple formula doesn't quite add up circeo Excel Discussion (Misc queries) 3 January 17th 05 10:04 PM
How to add 4 of 5 highest numbers using a formula jost Excel Discussion (Misc queries) 2 December 19th 04 12:29 PM
Price rounding - exception formula required Alex McCourty Excel Worksheet Functions 2 November 6th 04 09:33 AM


All times are GMT +1. The time now is 11:29 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"