Hi,
I have the below excel file in dropbox. promise it's clean
I would like a simple formula for a complex task. Do not want to add any columns or sort any data. The data will not be sorted alphabetically in any tab.
1) worksheet "email" has a person's full name in column A (with a space before the name). Column B is when the person read an e-mail.
2) worksheet "Client Population" has the first & last name broken out in columns A & B.
3) My goal in column C of worksheet "Client Population" : is to combine columns A & B to match with the full name of column A within worksheet "email" and return data in column B within worksheet "email" when the person read the e-mail.
https://dl.dropboxusercontent.com/u/52990313/Trim Index Sesrch Match.xlsx
I know I can use =TRIM(SUBSTITUTE(A2,CHAR(160)," ")) within worksheet "email" to delete the first space.
I know =CONCATENATE(A3:A3," ",B3) worksheet "Client Population" will combine the name. It's putting these two formulas inside some index lookup to get what I need. The formula does not have to use index, search, match, as long as it works.
Thank-you for your time and help!
I have the below excel file in dropbox. promise it's clean
I would like a simple formula for a complex task. Do not want to add any columns or sort any data. The data will not be sorted alphabetically in any tab.
1) worksheet "email" has a person's full name in column A (with a space before the name). Column B is when the person read an e-mail.
2) worksheet "Client Population" has the first & last name broken out in columns A & B.
3) My goal in column C of worksheet "Client Population" : is to combine columns A & B to match with the full name of column A within worksheet "email" and return data in column B within worksheet "email" when the person read the e-mail.
https://dl.dropboxusercontent.com/u/52990313/Trim Index Sesrch Match.xlsx
I know I can use =TRIM(SUBSTITUTE(A2,CHAR(160)," ")) within worksheet "email" to delete the first space.
I know =CONCATENATE(A3:A3," ",B3) worksheet "Client Population" will combine the name. It's putting these two formulas inside some index lookup to get what I need. The formula does not have to use index, search, match, as long as it works.
Thank-you for your time and help!