Hello,
I'm currently doing this manually and would really appreciate help. I have cells containing a string of numbers separated by comas. I need to count the number of entries that are between two values. Example: Cell F3 contains: 6,11,50,68,120,240 and I need to report there were 3 failures from the range 1-50, 1 from the range 51-100, 1 from 101-150, and 1 from 201-250.
Example Workbook.xlsx

Many thanks for the help

Van23