Guest User

Untitled

a guest
Oct 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. =Switch(
  2. Fields!ans1.Value < 1.50, "Strongly Disagree",
  3. Fields!ans1.Value > 1.74, "Disagree",
  4. Fields!ans1.Value > 2.74, "Agree",
  5. Fields!ans1.Value > 3.74, "Strongly Agree"
  6.  
  7. )
Add Comment
Please, Sign In to add comment