> I have a 2nd sheet that has the score and grade in column A and B, score
> (i.e. 70); grade (i.e. D), how do I create a lookup list for all the
> conditions above and then how do I go back to sheet one where the actual data
> is and place the lookup formula in the cell to automatically calculated the
> "letter" grades in the blank column based on the average.
Very similar to my last suggestion:
In Sheet2:
A B
1 0 F
2 60 D
3 65 D+
...etc...
In Sheet1!
B2: =VLOOKUP(A2, Sheet2!A:B, 2, TRUE)
Rhonda - 20 Sep 2007 15:34 GMT
Thank you so much JE, I finally got it correct and it works!
> > I have a 2nd sheet that has the score and grade in column A and B, score
> > (i.e. 70); grade (i.e. D), how do I create a lookup list for all the
[quoted text clipped - 15 lines]
>
> B2: =VLOOKUP(A2, Sheet2!A:B, 2, TRUE)