I have a worksheet ("Roster") that lists all names in column F, and their assigned shift (1, 2, or 3) in column Q.
I need to display the data in another sheet, with all names from shift 1 in one column, shift 2 in the next column, etc.
I've tried VLookup, and Index & Match, but I only see...