I am trying to enter a formula into an event that I think should be quite straight forward but I am blanking.
I have a number (15) and in an event I want to retrieve andother number that can be anything between 0 and 100.
In this event I want to set the number 15 to 15 + this other number *5, but I only want the other number to be counted as 0 or 1 (0 if 0 and 1 if 1 or above).
So the event result in this case would be either
15 + (0*5) = 15
or
15 + (1*5) = 20
So basically I want to retrieve the other number and have it set to 0 or 1. So in all cases it is above 1 it would still be 1. And I want to do all this in one formula, not in another event prior.
Want I am asking is really much simpler than I think I am trying to explain..