Question: Write the Excel function described Write a Visual Basic function called Ratelt to rate an item based on four criteria The function should accept four

Write the Excel function described
Write a Visual Basic function called Ratelt to rate an item based on four criteria The function should accept four integers which are the scores for each of the criteria The scores will vary from 0 to 5 The scores should be weighted based on the following tablee Criterion | Weight 1.2 1.9 1.7 1.5 1 4 The function should return the words 'Exellent', 'Good', 'Fair' or 'Poor' based on the total weighted score. 08 and 16 and 26 is Excellent For example, if the scores are all 2, 2.4 3.8 3.4 2*1.9 = 12.6 The function would return 'Fair
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
