69.0k views
4 votes
Using a spreadsheet you need to combine two lists, one with employee hire dates and salary and the other with department heads and bonus results. What is the name of the function that combines two lists into a single list?

A. Pivot table
B. Sorting
C. Filter
D. Vlookup

User Gladys
by
7.8k points

1 Answer

3 votes

Final answer:

To combine two lists in a spreadsheet, such as employee details and department heads with bonuses, you would use the VLOOKUP function, which merges data from two tables based on a common key.

Step-by-step explanation:

When using a spreadsheet to combine two separate lists – in this case, one with employee hire dates and salaries and the other with department heads and bonus results – the function you would use is VLOOKUP. This function is very useful for merging data from one table into another based on a common identifier or key. You would use VLOOKUP to find the relevant information in the second list (department heads and bonus results) that corresponds to each entry in the first list (employee hire dates and salary) and combine them into a single, comprehensive list.

User Steven Schobert
by
8.0k points