Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Excel: Round formula up in $5. increments =+(M4*1.1)+M4

I have formulas that I want to round up to the nearest $5.00 My formula is
=+(M4*1.1)+M4. I have tried =mround, but I am doing something wrong.
Do I need to freeze part of the formula? Please help!

Tx

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Excel: Round formula up in $5. increments =+(M4*1.1)+M4

=MROUND((M4*1.1)+M4,5)

or

=MROUND(M4*2.1,5)

Vaya con Dios,
Chuck, CABGx3



"Wanda M" wrote:

I have formulas that I want to round up to the nearest $5.00 My formula is
=+(M4*1.1)+M4. I have tried =mround, but I am doing something wrong.
Do I need to freeze part of the formula? Please help!

Tx

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Excel: Round formula up in $5. increments =+(M4*1.1)+M4

Thank you CLR! Works like a charm and you saved me hours of research!

"CLR" wrote:

=MROUND((M4*1.1)+M4,5)

or

=MROUND(M4*2.1,5)

Vaya con Dios,
Chuck, CABGx3



"Wanda M" wrote:

I have formulas that I want to round up to the nearest $5.00 My formula is
=+(M4*1.1)+M4. I have tried =mround, but I am doing something wrong.
Do I need to freeze part of the formula? Please help!

Tx

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Excel: Round formula up in $5. increments =+(M4*1.1)+M4

Happy to help, and thanks for the feedback............

Vaya con Dios,
Chuck, CABGx3




"Wanda M" wrote:

Thank you CLR! Works like a charm and you saved me hours of research!

"CLR" wrote:

=MROUND((M4*1.1)+M4,5)

or

=MROUND(M4*2.1,5)

Vaya con Dios,
Chuck, CABGx3



"Wanda M" wrote:

I have formulas that I want to round up to the nearest $5.00 My formula is
=+(M4*1.1)+M4. I have tried =mround, but I am doing something wrong.
Do I need to freeze part of the formula? Please help!

Tx

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Excel: Round formula up in $5. increments =+(M4*1.1)+M4

That'll round to the nearest, but if the OP wanted us to answer the part of
the sentence that said she wanted to round *UP*, then it would be
=CEILING(M4*2.1,5)
--
David Biddulph

"CLR" wrote in message
...
=MROUND((M4*1.1)+M4,5)

or

=MROUND(M4*2.1,5)

Vaya con Dios,
Chuck, CABGx3



"Wanda M" wrote:

I have formulas that I want to round up to the nearest $5.00 My formula
is
=+(M4*1.1)+M4. I have tried =mround, but I am doing something
wrong.
Do I need to freeze part of the formula? Please help!

Tx





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Excel: Round formula up in $5. increments =+(M4*1.1)+M4

Good catch David...........

Vaya con Dios,
Chuck, CABGx3




"David Biddulph" wrote:

That'll round to the nearest, but if the OP wanted us to answer the part of
the sentence that said she wanted to round *UP*, then it would be
=CEILING(M4*2.1,5)
--
David Biddulph

"CLR" wrote in message
...
=MROUND((M4*1.1)+M4,5)

or

=MROUND(M4*2.1,5)

Vaya con Dios,
Chuck, CABGx3



"Wanda M" wrote:

I have formulas that I want to round up to the nearest $5.00 My formula
is
=+(M4*1.1)+M4. I have tried =mround, but I am doing something
wrong.
Do I need to freeze part of the formula? Please help!

Tx




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
can excel calculate time increments in a formula? lmunzen Excel Worksheet Functions 2 September 11th 06 09:39 PM
how do I round numbers in .125 increments dave Excel Worksheet Functions 3 May 15th 06 10:08 AM
extend my formula with increments of 4 cells amoore Excel Worksheet Functions 5 April 27th 06 04:10 PM
Need formula to add increments of 0.16 seconds to time Tim Ashcom Excel Discussion (Misc queries) 2 July 19th 05 08:45 PM
How do I sum a formula and paste it in 7 cell increments? ExcelQuestionStephen Excel Discussion (Misc queries) 4 April 9th 05 07:12 AM


All times are GMT +1. The time now is 03:34 PM.

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

About Us

"It's about Microsoft Excel"