Equation is simple enough just not sure how to choose it.
Example: Experience level - level adjustment. Essentially (X - Y). But the result can't be lower than one. Help on this one please?
Equation is simple enough just not sure how to choose it.
Example: Experience level - level adjustment. Essentially (X - Y). But the result can't be lower than one. Help on this one please?
Try
=MAX(1, X-Y)
I wonder if =MIN(1,X-Y) would work for you?
Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
Sam Capricci
Thanks for the help everyone. The =MAX function worked great. Whats the difference between MIN/MAX? +REP to you both.
You're welcome
MAX returns the largest (Maximum) value of the given values
MIN returns the smallest (Minimum) value of the given values
Last edited by Jonmo1; 02-03-2015 at 09:07 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks