A project manager has a list of approved project names in cells A2:A10 on a sheet named 'Projects'. On another sheet, in column C, they want users to assign a project to each task. To ensure users can only select from the official list, which data validation setup should be used for column C?
-
A
Criteria: List of items, with the project names manually typed in and separated by commas.
-
B
Criteria: List from a range, with the range specified as 'Projects'!A2:A10.
-
C
Criteria: Custom formula is, with the formula =VLOOKUP(C1, 'Projects'!A2:A10, 1, FALSE).
-
D
Criteria: Checkbox, with the project names used as labels.