using vlookup

Akki786

New Member
Joined
Mar 22, 2024
Messages
2
Office Version
  1. 2007
Platform
  1. Windows
There are 3 students with marks in 3 different subjects for 3 different terms. how can i use vlookup or indexing such that when input student name and subject in respective cells then i get output marks for all three terms. For example i want raghav marks in english for all terms. Please explain in simple steps.
 

Attachments

  • problem.PNG
    problem.PNG
    11.9 KB · Views: 7

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
which cells are you putting the name and subject in
is the image the table you want to to look up

are you still using excel version 2007
 
Upvote 0
One option is INDEX,MATCH.

Book3
ABCDEFGHIJK
1StudentSubjectTerm 1Term 2Term 3
2AH618890StudentSubjectTerm 1Term 2Term 3
3AE8710076AH618890
4AM575052
5RH745755
6RE759372
7RM926560
8SH938669
9SE786796
10SM918070
Sheet3
Cell Formulas
RangeFormula
I3:K3I3=INDEX($C$2:$E$10,MATCH($G$3&$H$3,$A$2:$A$10&$B$2:$B$10,0),MATCH(I2,$C$1:$E$1,0))
 
Upvote 0
there are students named Akshat,Raghav and sanchit with marks in 3 subjects named hindi,english and maths for 3 different terms.
How do I apply formula such that I get marks for all 3 terms on selecting a student and the subject .
 
Upvote 0
Check out XLOOKUP - this is a good write up:
 
Upvote 0

Forum statistics

Threads
1,215,088
Messages
6,123,056
Members
449,091
Latest member
ikke

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top