0

robsmith Sep 2, 2016

Or do you need to count a person more than once if they selected 5,7,12 or 16 for multiple variables? In that case, you’d want to do something like this:

pctin(B4_1,5,7,12,16) +
pctin(B4_2,5,7,12,16) +
pctin(B4_3,5,7,12,16) +
pctin(B4_4,5,7,12,16)
0

No, I only need to count someone once if they selected multiple values in the list. – Anonymous 9/2/2016 5:46:17 AM

Leave a Reply


Please sign in to leave a comment.