PC Review


Reply
Thread Tools Rate Thread

add Rounding function to this formula

 
 
Greg
Guest
Posts: n/a
 
      2nd Nov 2009
I'm not sure where to insert the round function to this formulas result.
i have tried a couple different things with no resolve.
it needs to be normal rounding .4 down .5 up
=IF(B10="M",IF($C$2-C10<0,0,($C$2-C10)*$B$2),IF($C$3-C10<0,0,($C$3-C10)*$B$3))

Many Thanks in advance.
Greg
 
Reply With Quote
 
 
 
 
Jacob Skaria
Guest
Posts: n/a
 
      2nd Nov 2009
Try....rounded to 2 decimals
=IF(B10="M",ROUND(MAX(0,($C$2-C10)*$B$2),2),
ROUND(MAX(0,($C$3-C10)*$B$3),2))

If this post helps click Yes
---------------
Jacob Skaria


"Greg" wrote:

> I'm not sure where to insert the round function to this formulas result.
> i have tried a couple different things with no resolve.
> it needs to be normal rounding .4 down .5 up
> =IF(B10="M",IF($C$2-C10<0,0,($C$2-C10)*$B$2),IF($C$3-C10<0,0,($C$3-C10)*$B$3))
>
> Many Thanks in advance.
> Greg

 
Reply With Quote
 
Greg
Guest
Posts: n/a
 
      2nd Nov 2009
Thanks that showed me where to insert.

Thanks for your time
Greg
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
ROUNDING FORMULA =ROUND(B12/$B$10,1) ROUNDING TO HIGH SunshineinFt.Myers Microsoft Excel Worksheet Functions 7 5th Mar 2009 06:41 PM
I need a formula with rounding up & rounding down to the nearest . =?Utf-8?B?VG9ueSBLYXk=?= Microsoft Excel Worksheet Functions 3 29th May 2007 11:13 PM
if function with rounding =?Utf-8?B?SG9sbHk=?= Microsoft Excel Worksheet Functions 4 1st May 2007 12:30 AM
Re: rounding a formula in a cell, then replace the formula Don Guillett Microsoft Excel Programming 0 13th Jul 2004 03:59 PM
Re: rounding a formula in a cell, then replace the formula Frank Kabel Microsoft Excel Programming 0 13th Jul 2004 03:52 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:35 AM.