View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Fred Smith[_4_] Fred Smith[_4_] is offline
external usenet poster
 
Posts: 2,389
Default In a formula, how do I set a maximum acceptable value?

Use the Min function, as in:
=min(25000,yourformula)

Regards,
Fred

"hollisterbulldawg" wrote in
message ...
I need to calculate my loss on a rental property but the loss cannot be
greater than $25,000 no matter how large it actually is. How do I write an
Excel formula that will include this maximum value limit?