A project manager has a sheet with columns for 'Task Name', 'Assignee', 'Due Date', and 'Status'. They want to see all tasks assigned to 'Alex' that are also marked as 'In Progress'. Which of the following methods is the most efficient way to display only this specific data without creating a new dataset?
-
A
Use the SORT function in a new sheet to organize by Assignee and then by Status.
-
B
Apply a filter to the data, then set the 'Assignee' filter to 'Alex' and the 'Status' filter to 'In Progress'.
-
C
Manually hide rows that do not match the criteria.
-
D
Create a Pivot Table with 'Assignee' and 'Status' as rows.