The document explains how to perform a Vlookup in Excel to find an employee's total pay package from a data table. It provides an example Vlookup formula to retrieve Tom's total pay from range A2:F7 using his name, with the total pay in the 6th column and data not sorted. The formula successfully extracts Tom's pay information from the data range.
1 of 5
More Related Content
Vlookup In Excel
1. How to perform a Vlookup in Excelhttp://www.familycomputerclub.com
2. What do you want to know from your data?I want to know what is Toms total pay-packagehttp://www.familycomputerclub.com
3. =VLOOKUP(Tom,A2:F7,6,False)Vlookup is the functionTom is the value whose total pay-package has to be retrievedA2:F7 is the data range or table array which all the data from which we need to extract some information6 is the column index number where the Name column is defined as 1False indicates a value that tells Vlookup that the data is not sorted.http://www.familycomputerclub.com