View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jlatenight jlatenight is offline
external usenet poster
 
Posts: 2
Default Limit a calculation to a certain number

=MIN(INT(C17/10),1000) Worked perfectly!!! Thanks everyone who
replied!!