Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 9
Default Please Help With < and

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.

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,440
Default Please Help With < and

=MAX(A1,100)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Novice2000" wrote in message ...
|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.
|


  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 9
Default Please Help With < and

Perfect. Thank you so much.

"Niek Otten" wrote:

=MAX(A1,100)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Novice2000" wrote in message ...
|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.
|



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



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