Hi All,
I have a spreadsheet that contains a list of transactions. Column A contains each transaction ID, Column B contains all individuals involved in the transaction (delimited with semi-columns), column C contains the transaction dates, and Column E contains a list of all unique individuals. For each individual in Column E, I would like to return the date of the earliest transaction they were a part (this would go in Column F). Please see image below.
I believe I would know how to do this if Column B only contained unique names, but am having trouble since I'm having to search for partial text. Any suggestions?
I have a spreadsheet that contains a list of transactions. Column A contains each transaction ID, Column B contains all individuals involved in the transaction (delimited with semi-columns), column C contains the transaction dates, and Column E contains a list of all unique individuals. For each individual in Column E, I would like to return the date of the earliest transaction they were a part (this would go in Column F). Please see image below.
I believe I would know how to do this if Column B only contained unique names, but am having trouble since I'm having to search for partial text. Any suggestions?