In cell K5, insert a formula using an IF function. The first condition tests whether the number of members (cell C5) is greater than 5, and displays "Business" if the condition is true. The next condition uses another IF function to test whether the number of members (cell C5) is greater than 2, and displays "Family" if the condition is true. Display "Individual" if the conditions are false.