Cache Posted November 30, 2015 Posted November 30, 2015 Hi all Can anyone help me workout the best way to do this, as I know what I want to do I just can't see how (I don't appear to have enough boxes to do it simply). I want to do: if result > +2 then it's + if -2 <= result <= +2 then it's = if result < -2 then it's - I can't use the else box, as if there isn't a comparison result for some reason (late entry, from another location, home schooled ect) then it currently get's left blank which makes sense in some ways but not in others. Am I being dumb? I feel like I'm an if then else short to be able to do it in SIMS....
bobsmith Posted December 1, 2015 Posted December 1, 2015 it executes them in order i believe, so the order would be as follows: <-2 <2 >2 2
Cache Posted December 1, 2015 Author Posted December 1, 2015 Thanks @bobsmith I think that's what I had in my head but couldn't work out. Will give it a shot and see!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now