=MAX(A1,100)

Signature
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.
Novice2000 - 11 Oct 2006 22:01 GMT
Perfect. Thank you so much.
> =MAX(A1,100)
>
[quoted text clipped - 3 lines]
> |
> | So, if the amount is $500 then $500, but if the amount is $56 then $100.