#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Vlookup HELP

I know there is someone out there to help me with this. Unfortunatley, I have
waited until the last minute, trying to figure this out on my own!

I have a worksheet assignment asking to use the vlookup on Semester grade
and using the grading criteria. Gosh, my instructor won't even email me back!
=VLOOKUP(J4,K20,K4,TRUE)
I just don't get this.......grading criteriais in j20-24=scale and
k20-24=grade, and I'm using the semester average in k4, grade goes in L4 and
there are 14 students.

Anyone have an idea?
Thanks!

--
Amy
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Vlookup HELP

It is not clear (to me) what exactly you are trying to do.

In the example below, XX is a scale value, then it will return the
corresponding grade value if it finds a scale match in column J.

=VLOOKUP(XX,J20:K24,2,False)

If A1 (for example) contains a scale value then use

=VLOOKUP(A1,J20:K24,2,False)


HTH


"netbaby007" wrote:

I know there is someone out there to help me with this. Unfortunatley, I have
waited until the last minute, trying to figure this out on my own!

I have a worksheet assignment asking to use the vlookup on Semester grade
and using the grading criteria. Gosh, my instructor won't even email me back!
=VLOOKUP(J4,K20,K4,TRUE)
I just don't get this.......grading criteriais in j20-24=scale and
k20-24=grade, and I'm using the semester average in k4, grade goes in L4 and
there are 14 students.

Anyone have an idea?
Thanks!

--
Amy

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Vlookup HELP

A1 contains the student name
--
Amy


"Toppers" wrote:

It is not clear (to me) what exactly you are trying to do.

In the example below, XX is a scale value, then it will return the
corresponding grade value if it finds a scale match in column J.

=VLOOKUP(XX,J20:K24,2,False)

If A1 (for example) contains a scale value then use

=VLOOKUP(A1,J20:K24,2,False)


HTH


"netbaby007" wrote:

I know there is someone out there to help me with this. Unfortunatley, I have
waited until the last minute, trying to figure this out on my own!

I have a worksheet assignment asking to use the vlookup on Semester grade
and using the grading criteria. Gosh, my instructor won't even email me back!
=VLOOKUP(J4,K20,K4,TRUE)
I just don't get this.......grading criteriais in j20-24=scale and
k20-24=grade, and I'm using the semester average in k4, grade goes in L4 and
there are 14 students.

Anyone have an idea?
Thanks!

--
Amy

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Vlookup HELP

Sorry ... still not clear: are you trying to lookup a grade based on a
student's scale (or vice versa)?

J20:J24 contains a scale
K20:K24 contains a (corresponding) grade

What is in J4?
And K4 is semestar average grade?

If J4 is a scale then:

=VLOOKUP(J4,J20:K24,2,False) returns the Grade corresponding to the scale
in J4 which matched with the scale values in J20:J24.

The 2 in the VLOOKUP formula means return the data from the second column of
your lookup table which is (in this case) contained in colums J and K, rows
20 to 24.

HTH

"netbaby007" wrote:

A1 contains the student name
--
Amy


"Toppers" wrote:

It is not clear (to me) what exactly you are trying to do.

In the example below, XX is a scale value, then it will return the
corresponding grade value if it finds a scale match in column J.

=VLOOKUP(XX,J20:K24,2,False)

If A1 (for example) contains a scale value then use

=VLOOKUP(A1,J20:K24,2,False)


HTH


"netbaby007" wrote:

I know there is someone out there to help me with this. Unfortunatley, I have
waited until the last minute, trying to figure this out on my own!

I have a worksheet assignment asking to use the vlookup on Semester grade
and using the grading criteria. Gosh, my instructor won't even email me back!
=VLOOKUP(J4,K20,K4,TRUE)
I just don't get this.......grading criteriais in j20-24=scale and
k20-24=grade, and I'm using the semester average in k4, grade goes in L4 and
there are 14 students.

Anyone have an idea?
Thanks!

--
Amy

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Vlookup HELP

I am trying to assign a grade based on the semester average. J4 really
doesn't need to be there I guess. It contains "bonus/penalty" for homework
witch is either 2 or -2.

Yes k4 is the semester average. Thank you so much for helping.
--
Amy


"Toppers" wrote:

Sorry ... still not clear: are you trying to lookup a grade based on a
student's scale (or vice versa)?

J20:J24 contains a scale
K20:K24 contains a (corresponding) grade

What is in J4?
And K4 is semestar average grade?

If J4 is a scale then:

=VLOOKUP(J4,J20:K24,2,False) returns the Grade corresponding to the scale
in J4 which matched with the scale values in J20:J24.

The 2 in the VLOOKUP formula means return the data from the second column of
your lookup table which is (in this case) contained in colums J and K, rows
20 to 24.

HTH

"netbaby007" wrote:

A1 contains the student name
--
Amy


"Toppers" wrote:

It is not clear (to me) what exactly you are trying to do.

In the example below, XX is a scale value, then it will return the
corresponding grade value if it finds a scale match in column J.

=VLOOKUP(XX,J20:K24,2,False)

If A1 (for example) contains a scale value then use

=VLOOKUP(A1,J20:K24,2,False)


HTH


"netbaby007" wrote:

I know there is someone out there to help me with this. Unfortunatley, I have
waited until the last minute, trying to figure this out on my own!

I have a worksheet assignment asking to use the vlookup on Semester grade
and using the grading criteria. Gosh, my instructor won't even email me back!
=VLOOKUP(J4,K20,K4,TRUE)
I just don't get this.......grading criteriais in j20-24=scale and
k20-24=grade, and I'm using the semester average in k4, grade goes in L4 and
there are 14 students.

Anyone have an idea?
Thanks!

--
Amy

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VLookup a Vlookup adamb2000 Excel Worksheet Functions 4 June 28th 06 10:54 PM
VLOOKUP Problem Ian Excel Discussion (Misc queries) 3 April 6th 06 06:47 PM
VLOOKUP Limitations chris_manning Excel Worksheet Functions 2 August 9th 05 06:23 PM
Have Vlookup return a Value of 0 instead of #N/A Mr Mike Excel Worksheet Functions 4 May 25th 05 04:51 PM
vlookup data hidden within worksheet Excel Worksheet Functions 0 January 26th 05 12:09 PM


All times are GMT +1. The time now is 07:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"