Hello,
This is just a small extract of my scenario:
A1 Midas / B1 [NULL]
A2 Google / B2 [NULL]
A4 oogl / B4 Value1
A5 idas / B5 Value2
Is there a way to put an Excel formula on B1 & B2 that looks for the corresponding string on column A (i.e Midas) and looks through the list of substrings (A4 & A5) and if found populate the corresponding value of the substring on it? In this case, B1 would be populated with "Value2" and B2 with "Value1". If not a formula, what's the best way to accomplish this on VBA? I can only think of sucky loops that would take forever.
Any help is appreciated. Thank you!!
This is just a small extract of my scenario:
A1 Midas / B1 [NULL]
A2 Google / B2 [NULL]
A4 oogl / B4 Value1
A5 idas / B5 Value2
Is there a way to put an Excel formula on B1 & B2 that looks for the corresponding string on column A (i.e Midas) and looks through the list of substrings (A4 & A5) and if found populate the corresponding value of the substring on it? In this case, B1 would be populated with "Value2" and B2 with "Value1". If not a formula, what's the best way to accomplish this on VBA? I can only think of sucky loops that would take forever.
Any help is appreciated. Thank you!!