Quantcast
Channel: Active questions tagged worksheet-function - Super User
Viewing all articles
Browse latest Browse all 987

calculating the average of column that is not a number

$
0
0

So I have 2 sheet, the first one contains student's name, subject, and their grade.

Sheet1 :

ABC
MarkMathA
DavePhysicC
CarolMathB
DaveP.EB
CarolPhysicA
MarkPhysicA

The second one is the grading system used :

Sheet2:

AB
A4
B3
C2
D1

And the third sheet is the average grade of each student.

Sheet3:

AB
Mark4.0
Dave2.5
Carol3.5

I accomplished this by adding another column to the first sheet that use a vlookup function. Can we make the third sheet directly without adding another column to the first sheet?


Viewing all articles
Browse latest Browse all 987

Trending Articles