I have a sheet that determines the span of start date to current date with the number of days. I need to allocate points for each entry. Each person's entry gets 1 point for every 3 months worked with a maximum of 20 points or five years. So far, I have been able to calculate the span of time into days, then divide the days by 30 to get the number of months, then divide the months by 4 to get the number of quarters (thus number of points), however the maximum point number is 20. How do I limit the results to end at 20?
Thanks for your help
Thanks for your help