G
Guest
I need to make an equation that will increment once a value is met and then
add it to a total. Say - I start with the value 2 when X is < 250 if X
goes > 250 add 1 to the total so now the total would be 3, if X is 500 then
add another 1 to the total, if X is > 750 then add another 1 to the total so
now the total is 4 and so on with each inrement of 250.
add it to a total. Say - I start with the value 2 when X is < 250 if X
goes > 250 add 1 to the total so now the total would be 3, if X is 500 then
add another 1 to the total, if X is > 750 then add another 1 to the total so
now the total is 4 and so on with each inrement of 250.