Question: Problem 2 : Students Re - create the model below that searches the students table and returns the data on the student, given a student

Problem 2: Students
Re-create the model below that searches the students table and returns the data on the student, given a student id.
- Download database file Students.csv and import into your workbook (Figure 4).
- The model works by having the user enter the ID and Excel returns the details stored in the database table. Figure 5: for example, ID k0962 is entered by the user and Excel returns the related Info data.
- Use the ID value input as the lookup value for VLOOKUP. Please read about this function online.
- The solution should be a single "master" formula that would work for any attribute i.e., the formula that returns the correct Name in the searcher Info is appropriate for being Auto-Filled down the column to return the rest of the attributes available in the Database.
- Place the searcher at the top of the worksheet if the database and the Searcher components are in the same worksheet.
- Note that the contents in the cells in the first row of Figure 3 and the contents in the first column of Figure 4 are identical.
Key functions to use: VLOOKUP, MATCH; possibly INDEX
Figure 3 students table
Figure 4: searcher
Problem 2 : Students Re - create the model below

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!