Question: Your transactions data set contains more than 10,000 rows. Some rows contain the same transaction. How would you remove the rows containing the identical transactions?
- Filter the relevant column, right-click the column head, and select **Remove Duplicates**.
- This is possible only with Power Query.
- With your cursors in the data range, on **Data** tab click **Remove Duplicates**.
- This is possible only using formulas.
Answer: The correct answer of the above question is Option C:With your cursors in the data range, on **Data** tab click **Remove Duplicates**.