Hi, I want to find a correlation between whether a person has a cat (marked by a '1' for yes and '2' for no) and whether they're under 20 years old.
Column A is cat (1 or 2) and Column B is a list of numbers (1 to 100).

How would I go about this?

Thanks a lot