Please Help With < and >

N

Novice2000

I am trying to write an expression that takes an amount in a separate column
and if it is less than or equal to $100 shows $100. If it is greater than
$100 then show the original amount.

So, if the amount is $500 then $500, but if the amount is $56 then $100.
 
N

Niek Otten

=MAX(A1,100)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

|I am trying to write an expression that takes an amount in a separate column
| and if it is less than or equal to $100 shows $100. If it is greater than
| $100 then show the original amount.
|
| So, if the amount is $500 then $500, but if the amount is $56 then $100.
|
 

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

Similar Threads

Mail Merge Help 1
multiple conditions 8
Wysiwyg in Word 0
Weigh tasks 0
NESTED IF STATEMENTS 6
Need help with vlookup & MACRO 1
Comparing two lists in Excel 1
=min =max 1

Top