Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a column called Credit. If the Score of the customer is less than 40, then give a Poor value in the Credit column. If
- Create a column called Credit. If the Score of the customer is less than 40, then give a Poor value in the Credit column. If the Score of the customer is equal to or higher than 40 but equal to or less than 70, then give an OK value. If the Score of the customer is higher than 70 but less than 90, then give a Good value. If the Score of the customer is equal to or higher than 90, then give an Excellent value. You must use a lookup function WITH an ARRAY Form for this column. Be sure that you implement the EXACT cutoff here using a range of scores with no more than 4 rows. No points will be given for using IF function.
- On behalf of the company, draft a formal letter to the customers who are rated Poor (be creative). Use another worksheet for this.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started