Hello,
I have a list of 5 numbers and I would like to get a checkmark when 1 to 4 numbers fall within a range of 1 to 4. For example,
5-5-3-9-6 - This will get a checkmark because 1 number falls within 1 to 4
1-3-4-4-2 - No checkmark as 5 numbers fall within 1 to 4 and the max is 4
7-4-4-3-14 - Checkmark because 3 numbers fall within 1 to 4
16-8-9-1-1 - Checkmark because 2 numbers fall within 1 to 4
18-5-7-10-5 - No checkmark because no numbers for within 1 to 4 and the minimum is 1
I have tried an IF AND statement but I cant figure out how to also apply the condition that if 1 to 4 numbers are within a range to get the checkmark.
Thank you
Sans
Bookmarks