View Single Post
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

=MAX(1, A/B)

In article ,
Robert wrote:

Is there a way to set the mimum value at 1 for all quotients?

Example:
A/B=C How do I get C to be a minimum of 1 if the quotient of A/B= less than 1?

Any help is greatly appreciated.

Robert