1. An analyst performing data cleansing would like to automatically import data from one spreadsheet to another. Which spreadsheet functionality should the analyst use?
Answer: B
IMPORTRANGE is the appropriate functionality for automatically importing data from one spreadsheet to another.
Using the IMPORTRANGE function allows the analyst to seamlessly transfer data from a specified range in one spreadsheet to another, enabling efficient data management and integration.
A) COUNTA
COUNTA is a function used to count the number of non-empty cells in a range. While it is useful for understanding the quantity of data present, it does not facilitate the importation of data from one spreadsheet to another, making it an unsuitable choice for the analyst's needs.
B) IMPORTRANGE
IMPORTRANGE is specifically designed for importing data from one spreadsheet to another. This function allows the analyst to reference a range of cells from an external spreadsheet, making it the ideal solution for the requirement of automatic data importation.
C) QUERY
QUERY is a powerful function that enables users to perform data retrieval and manipulation within a spreadsheet. However, it does not directly import data from other spreadsheets; rather, it operates on data already present in the current spreadsheet, thus not fulfilling the requirement for importing.
D) PIVOTTABLE
PIVOTTABLE is a feature used to summarize and analyze data within a spreadsheet. Although it provides a means to reorganize and visualize data effectively, it does not facilitate the importing of data from another spreadsheet, making it irrelevant to the analyst's task.
Conclusion
IMPORTRANGE is the definitive solution for the analyst's need to automatically import data from one spreadsheet to another, as it is explicitly designed for that purpose. In contrast, COUNTA, QUERY, and PIVOTTABLE do not serve this function, either by focusing on counting, data manipulation within existing data, or summarizing data, respectively. Therefore, IMPORTRANGE stands out as the only correct option.