I have a data table that I need to sort based on a custom list. Given the data table shown below:
NAME TITLE
Ray developer
Gina manager
Alex QA
How do i sort based on the custom list below?
CUSTOM LIST
Gina
Alex
Ray