Hello,
I am new to Excel and my brain is fried from trying to search the forum for similar questions/answers.
I am trying to populate a column with data based on information from 2 other columns.
In the attached worksheet, I want to populate column E with the names of the clients based on data from Column D and it would be referenced from any of the 1st 3 columns.
I tried this formula =IF(ISNUMBER(SEARCH($D$2:$D$21588,C3:C21589)),C3:C21588,"") but got the #SPILL error
Any help & guidance would be greatly appreciated.
I am new to Excel and my brain is fried from trying to search the forum for similar questions/answers.
I am trying to populate a column with data based on information from 2 other columns.
In the attached worksheet, I want to populate column E with the names of the clients based on data from Column D and it would be referenced from any of the 1st 3 columns.
I tried this formula =IF(ISNUMBER(SEARCH($D$2:$D$21588,C3:C21589)),C3:C21588,"") but got the #SPILL error
Client ID | Client Name | Merged | Client ID | Client Name |
ABC12345 | Client 1 | ABC12345Client 1 | ABC12345 | Client 1 |
ABC12345 | Client 1 | ABC12345Client 1 | ABC12345 | Client 1 |
ABC12345 | Client 1 | ABC12345Client 1 | ABC12345 | Client 1 |
DEF12345 | Client 2 | DEF12345Client 2 | ABC12345 | Client 1 |
DEF12345 | Client 2 | DEF12345Client 2 | ABC12345 | Client 1 |
ABD78945 | Client 3 | ABD78945Client 3 | ABC12345 | Client 1 |
ABD78945 | Client 3 | ABD78945Client 3 | DEF12345 | |
ABD78945 | Client 3 | ABD78945Client 3 | DEF12345 | |
ABD78945 | Client 3 | ABD78945Client 3 | DEF12345 | |
ABD78945 | Client 3 | ABD78945Client 3 | ABD78945 | |
ABD78945 | Client 3 | ABD78945Client 3 | ABD78945 | |
ABD78945 | Client 3 | ABD78945Client 3 | ABD78945 | |
ABD78945 | Client 3 | ABD78945Client 3 | ABD78945 | |
ABD78945 | Client 3 | ABD78945Client 3 | ABD78945 | |
DEG78945 | Client 4 | DEG78945Client 4 | ABD78945 | |
DEG78945 | Client 4 | DEG78945Client 4 | ABD78945 | |
DEG78945 | Client 4 | DEG78945Client 4 | ABD78945 | |
DEG78945 | Client 4 | DEG78945Client 4 | ABD78945 | |
DEG78945 | Client 4 | DEG78945Client 4 | ||
DEG78945 | Client 4 | DEG78945Client 4 | ||
DEG78945 | Client 4 | DEG78945Client 4 |
Any help & guidance would be greatly appreciated.