1 / 9

Excel: VLOOKUP

Excel: VLOOKUP. Generate a fake grade book. Find each student’s average. Grade scale. In Excel: IMPORTANT!!!. Take the lower end of each range Arrange them in ascending order Put the numbers you will look up on the left. Enter the grading scale into Excel. Use the VLOOKUP formula.

adamdaniel
Download Presentation

Excel: VLOOKUP

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Excel: VLOOKUP

  2. Generate a fake grade book

  3. Find each student’s average

  4. Grade scale

  5. In Excel: IMPORTANT!!! • Take the lower end of each range • Arrange them in ascending order • Put the numbers you will look up on the left

  6. Enter the grading scale into Excel

  7. Use the VLOOKUP formula

  8. =VLOOKUP(F2,I$2:J$12,2,TRUE) F2: What am I looking up (the test average for the student) I$2:J$12: Where am I looking it up (in the grading scaling area – $ fix the numbers when I copy down) 2: The column of the look-up I will use for the displayed result. It ALWAYS uses the first column for looking up. In this case the 2nd. Imagine if in the column next to F, it said “failure” and next to D “below average” etc. TRUE: I am uses ranges – so the test average does not have to match exactly one of the values in column I but rather just fall in a range

  9. Excel dialog on VLOOKUP

More Related