include maximum number in fomula

J

JE McGimpsey

One way:

=MIN(1500,T2*V2*0.01)

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

=t2*0.1*v2
 
Top