#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default Minimum Formula

Excel 2007
Hello, I am using the following formula;
=Sum((A3*2+B3*2)*$R$2)
This formula is in cell R3, I would like to use the above formula, but I do
not want the value in cell R3 to drop below .38
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default Minimum Formula

=if(Sum((A3*2+B3*2)*$R$2)<.38,.38,Sum((A3*2+B3*2)* $R$2))



"George" wrote:

Excel 2007
Hello, I am using the following formula;
=Sum((A3*2+B3*2)*$R$2)
This formula is in cell R3, I would like to use the above formula, but I do
not want the value in cell R3 to drop below .38

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Minimum Formula

Two questions:

Firstly, what are you wanting the SUM function to do for you? What do you
want it to add to (A3*2+B3*2)*$R$2 ?
Why
=if(Sum((A3*2+B3*2)*$R$2)<.38,.38,Sum((A3*2+B3*2)* $R$2)) instead of just
=if((A3*2+B3*2)*$R$2<.38,.38,(A3*2+B3*2)*$R$2) ?

Secondly, wouldn't
=MAX((A3*2+B3*2)*$R$2,.38) be easier ?
--
David Biddulph

"Joel" wrote in message
...
=if(Sum((A3*2+B3*2)*$R$2)<.38,.38,Sum((A3*2+B3*2)* $R$2))



"George" wrote:

Excel 2007
Hello, I am using the following formula;
=Sum((A3*2+B3*2)*$R$2)
This formula is in cell R3, I would like to use the above formula, but I
do
not want the value in cell R3 to drop below .38



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Minimum Formula

On Wed, 4 Mar 2009 03:46:03 -0800, George
wrote:

Excel 2007
Hello, I am using the following formula;
=Sum((A3*2+B3*2)*$R$2)
This formula is in cell R3, I would like to use the above formula, but I do
not want the value in cell R3 to drop below .38


=max(Sum((A3*2+B3*2)*$R$2),0.38)

--ron
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Minimum Formula

On Wed, 04 Mar 2009 07:00:52 -0500, Ron Rosenfeld
wrote:

On Wed, 4 Mar 2009 03:46:03 -0800, George
wrote:

Excel 2007
Hello, I am using the following formula;
=Sum((A3*2+B3*2)*$R$2)
This formula is in cell R3, I would like to use the above formula, but I do
not want the value in cell R3 to drop below .38


=max(Sum((A3*2+B3*2)*$R$2),0.38)

--ron


Now that I've had my morning coffee, I note that your SUM function is
superfluous.

=max((A3*2+B3*2)*$R$2,0.38)

or even simpler:

=MAX((A3+B3)*2*$R$2,0.38)

--ron


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
Conditional Minimum formula Excel-User-RR Excel Worksheet Functions 3 November 17th 08 10:17 PM
maximum/minimum value in formula Tim G. Excel Discussion (Misc queries) 2 January 10th 07 10:38 AM
How to generate Minimum formula? WM New Users to Excel 6 December 26th 06 10:18 AM
Minimum Formula Craig Excel Discussion (Misc queries) 5 October 24th 06 09:11 PM
How to lookup the minimum, 2nd minimum and 3rd minimum......... Mark McDonough Excel Worksheet Functions 8 July 15th 06 09:39 PM


All times are GMT +1. The time now is 05:56 AM.

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"