Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
jv
 
Posts: n/a
Default include maximum number in fomula

I have a formula

=sum(t2*.01*v2) I want the maximum result to be $1500.00
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

=MAX(1500,sum(t2*.01*v2))

--

Regards,

Peo Sjoblom


"jv" wrote in message
...
I have a formula

=sum(t2*.01*v2) I want the maximum result to be $1500.00



  #3   Report Post  
jv
 
Posts: n/a
Default



"Peo Sjoblom" wrote:

=MAX(1500,sum(t2*.01*v2))

--

Regards,

Peo Sjoblom


"jv" wrote in message
...
I have a formula

=sum(t2*.01*v2) I want the maximum result to be $1500.00




  #4   Report Post  
BobT
 
Posts: n/a
Default

That's a MIN instead of MAX

-----Original Message-----
=MAX(1500,sum(t2*.01*v2))

--

Regards,

Peo Sjoblom


"jv" wrote in message
...
I have a formula

=sum(t2*.01*v2) I want the maximum result to be $1500.00



.

  #5   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

=MIN(1500,T2*V2*0.01)

Note that your SUM() is superfluous - it returns the same value as

=t2*0.1*v2


In article ,
"jv" wrote:

=sum(t2*.01*v2) I want the maximum result to be $1500.00



  #6   Report Post  
JE McGimpsey
 
Posts: n/a
Default

I'm sure Peo meant "MIN", not "MAX"

In article ,
"Peo Sjoblom" wrote:

=MAX(1500,sum(t2*.01*v2))

  #7   Report Post  
jv
 
Posts: n/a
Default

Thank You
JV

"BobT" wrote:

That's a MIN instead of MAX

-----Original Message-----
=MAX(1500,sum(t2*.01*v2))

--

Regards,

Peo Sjoblom


"jv" wrote in message
...
I have a formula

=sum(t2*.01*v2) I want the maximum result to be $1500.00



.


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
maximum number of worksheets Shooter Excel Worksheet Functions 8 July 1st 06 06:38 AM
Can auto number (or OFFSET) include letters? Colleen B Excel Worksheet Functions 3 February 21st 05 09:17 PM
how to increase maximum number of columns in excel 2003 [email protected] Excel Discussion (Misc queries) 1 January 16th 05 08:13 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM
only include cells beginning with specified character or number Spunky Excel Worksheet Functions 3 November 23rd 04 04:38 PM


All times are GMT +1. The time now is 06:43 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"