Hi there, I have a list of peoples names and I want to search a bunch of cells and when someones name is present return a specific value. Let me explain below:
TAB1
I then want to search for those names in a column and return the job if the name is found in the cell. The cells will have additional text though so it will have to be a partial match.
TAB2
As you can see, trying to search to see if a name is present in a cell and if it is, return the job associated with the name. Any help is much appreciated, thank you!
TAB1
Name | Jobs |
Sarah Smith | Cook |
John Doe | Bar Back |
Erin Link | Waitress |
Mark Wall | Manager |
I then want to search for those names in a column and return the job if the name is found in the cell. The cells will have additional text though so it will have to be a partial match.
TAB2
Text to search for Name | If Name present return Jobs and where I need help writing excel formula |
part time, Sarah Smith, weekends | Cook |
full time, Mark Wall, salaried, on duty | Manager |
Erin Link, new hire, full time, week, morning shifts | Waitress |
part time, summer season, Josh Robinson, salary | N/A |
As you can see, trying to search to see if a name is present in a cell and if it is, return the job associated with the name. Any help is much appreciated, thank you!