Question

if grades were B C C B C C A how would you compute the letter...

if grades were

B
C
C
B
C
C
A

how would you compute the letter grades with an excel function to automatically formulate numerical grades from letter grades?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Let’s say that these letter grades are entered in the cell A1 to A7. Basically they are in column A.

Now, if we want to provide them a score. For example, we could assign 80 to A, 70 to B, and 60 to C, then we need to create a data table where we can keep this relations.

Let’s say the table is from A12 to B14.

Now, let’s try to use the data from the table A12:B14 to fill the corresponding values in column B then we need to enter the formulas as

=LOOKUP(A1,$A$12:$B$14)

Then copy the value and paste it on all cells in the column B.

It will look like the picture below

fix LOOKUP(A3,$A$12:$B$14) IT B3 A B C D E F G Н J K L 1 В 70 2 C 60 3 C 60 4 В 70 5 C 60 6 C 60 7 A 80 8 10 11 12 A 80 13 В

The formulas used is shown below

LOOKUP(A3,$A$12:$B$14) ВЗ A В C D E F =LOOKUP(A1,$A$12:$B$14) |=LOOKUP(A2,$A$12:$B$14) |=LOOKUP(A3,$A$12:$B$14) LOOKUP(A4,$A$

Add a comment
Know the answer?
Add Answer to:
if grades were B C C B C C A how would you compute the letter...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • C++ Grades . Write a program that uses enum types to assign letter grades that can...

    C++ Grades . Write a program that uses enum types to assign letter grades that can be automatically converted to numerical grades. For this assignment, you'll create an enum type with the values F, D, C, B, and A, so the letter grades are associated with ordinal values 0, 1, 2, 3, and 4, respectively (which coincide with the quality points for that grade). Write a method assignCourseGrade(double grade) which takes a real number representing the grade for the class,...

  • 3.1.1 Write a client that creates a symbol table mapping letter grades to numerical scores, as...

    3.1.1 Write a client that creates a symbol table mapping letter grades to numerical scores, as in the table below, then reads from standard input a list of letter grades and computes and prints the GPA (the average of the numbers corresponding to the grades). A+ | A | A- | B+ | B | B- | C+ | C | C- | D 433 4.00 3.67 3.33 3.00 2.67 2.33 2.00 1.67 1.00 0.00

  • Write a java client that creates a symbol table mapping letter grades to numerical scores, as...

    Write a java client that creates a symbol table mapping letter grades to numerical scores, as in the table below, then reads from standard input a list of letter grades and computes and prints the GPA (the average of the numbers corresponding to the grades) USING SYMBOL TABLES. IN JAVA PLZ A+ A A- B+ B B- C+ C C- D+ D D F 4.35 4.00 3.65 3.35 3.00 2.65 2.35 2.00 1.65 1.35 1 .65 0.00

  • How do you write a program that translate a letter grade into a number grade. Letter...

    How do you write a program that translate a letter grade into a number grade. Letter grades are A, B, C, D, and F Possibly followed by + or - . Their number values are 4,3,2,1 and 0. There is no F+ nor for F-. A+ increases the numeric value of 0.3 and A - decreases it by 0.3 however an A= has value 4.0

  • b) (2.5 marks) Write a Matlab user defined function that takes the letter grades (i.e. AABBC) as input and returns...

    b) (2.5 marks) Write a Matlab user defined function that takes the letter grades (i.e. AABBC) as input and returns if the student entitled to the honor list or not. The student is considered in the honor s f he or she satisfies the following three conditions: a. An average GPA of 3.5 and above and b. At least two classes with A mark and e. no class with a mark less than C (i.e. no D or F) The...

  • A student earned grades of B, B, A, C, and D. Those courses had these corresponding...

    A student earned grades of B, B, A, C, and D. Those courses had these corresponding numbers of credit hours: 4, 5, 1, 5, 4. The grading system assigns quality points to letter grades as follows: A = 4, B = 3, C = 2, D = 1, and F = 0. Compute the grade point average (GPA) and round the result to two decimal places. A. 2.37 B. 3.46 C. 9.00 D. 1.37

  • 1. Create a program that takes a numerical score and outputs a letter grade. 2. In...

    1. Create a program that takes a numerical score and outputs a letter grade. 2. In this program, create two void functions titled makeScore and theGrade with an int argument. 3. The function makeScore should have a Reference parameter and theGrade should have a Value parameter. Note: Specific numerical scores and letter grades are listed below: 90-100 = Grade A 80-89 = Grade B 70-79 = Grade C 60-69 = Grade D 0-59 = Grade F 4. The function makeScore...

  • An English professor assigns letter grades on a test according to the following scheme A: Top...

    An English professor assigns letter grades on a test according to the following scheme A: Top 15% of scores B: Scores below the top 15 % and above the bottom 64 % C: Scores below the top 36 % and above the bottom 21 % D: Scores below the top 79 % and above the bottom 8 % F: Bottom 8% of scores Scores on the test are normally distributed with a mean of 76.5 and a standard deviation of...

  • A psychology professor assigns letter grades on a test according to the following scheme. A: Top...

    A psychology professor assigns letter grades on a test according to the following scheme. A: Top 8% of scores B: Scores below the top 8% and above the bottom 60% C: Scores below the top 40% and above the bottom 18% D: Scores below the top 82% and above the bottom 9% F: Bottom 9% of scores Scores on the test are normally distributed with a mean of 67.7 and a standard deviation of 8.5. Find the numerical limits for...

  • A psychology professor assigns letter grades on a test according to the following scheme. A: Top...

    A psychology professor assigns letter grades on a test according to the following scheme. A: Top 9% of scores B: Scores below the top 9% and above the bottom 58% C: Scores below the top 42% and above the bottom 15% D: Scores below the top 85% and above the bottom 9% F: Bottom 9% of scores Scores on the test are normally distributed with a mean of 74.6 and a standard deviation of 7.8. Find the numerical limits for...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT