=min =max

S

Sneibel

=MIN(5,O19*0.1)

I need this to also function as a =MAX (1,O19*0.1)

I need to multiply the $ amount in O19 by 0.1 but if that number, whe
multiplied, is greater than $5 I need it to default to $5 and if it i
less than $1 I need it to default to $1.

Any help would be much appreciated, I am extremely new to excel.

Thanks so much in advance
 
C

Claus Busch

Hi,

Am Fri, 26 Jul 2013 07:39:53 +0100 schrieb Sneibel:
=MIN(5,O19*0.1)

I need this to also function as a =MAX (1,O19*0.1)

try:
=MIN(MAX(O19*0.1,1),5)


Regards
Claus B.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top