View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pauline Pauline is offline
external usenet poster
 
Posts: 17
Default Help with Functions & formulas

Thank you ! I works perfectly.

"Bob Phillips" wrote:

=MIN(INT(MAX(0,num_Clinical_hours-20)/4),10)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Pauline" wrote in message
...
I am creating a form and the conditions are... a student is required to
have
a minimum of 20 clinical hours. And for each additional 4 hours they
receive
1 point up to 40 hours over the required minimum. For example for 24 hours
they would receive 1 point and 60 hours they would receive 10 points. How
do
I write a formula to do this.

Thanks
R