• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

vlookup help required

jb

Member
I have an excel file which contains roll number, name, grade of semester-III, grade of semester-IV and average of 49 students in column A to E.

Column G and H contains list of 57 students out of which 49 students are same.
But roll numbers are different.

Now in new 57 students list, I want to display grades of semester-IV in column I which is to be searched from list of 49 students. If a student is not present in 49 students list then it should display dash.

I have tried to use vlookup but it is giving error.

Help required.

File is uploaded for reference.
 

Attachments

  • TYBCA.xlsx
    27.6 KB · Views: 14
Dear JB,

Pls type the below formula in your I column...

=IFERROR(VLOOKUP(H2,$B$2:$D$50,3,0),"-")

Regards
Naresh
 

Attachments

  • TYBCA (2).xlsx
    24.8 KB · Views: 5
Back
Top