Hello everyone,
I have a dataset containing companies and the funds which have financed them at some point in time. I need to combine this data with a dataset containing details about the fund. Given that I only have the name not any coded identifier, it will be time consuming as it is. However, the problem that each fund that has invested in the company has its separate column, as in the attached print screen.
The datasets with the fund data that I need to merge with this one has, of course, a column Fund Name and then each variable in separate columns. My question is, can I merge the two datasets on any of the Fund Name n variables? As in, if it finds a match in Fund Name 1, it merges, if not it goes on to Fund Name 2, etc.?
Thank you for taking the time.
I have a dataset containing companies and the funds which have financed them at some point in time. I need to combine this data with a dataset containing details about the fund. Given that I only have the name not any coded identifier, it will be time consuming as it is. However, the problem that each fund that has invested in the company has its separate column, as in the attached print screen.
The datasets with the fund data that I need to merge with this one has, of course, a column Fund Name and then each variable in separate columns. My question is, can I merge the two datasets on any of the Fund Name n variables? As in, if it finds a match in Fund Name 1, it merges, if not it goes on to Fund Name 2, etc.?
Thank you for taking the time.
Comment