Thomas Kuriakose
Active Member
Respected Sirs,
We have a list of values in the data tab and this needs to be summarized in the Search tab as follows -
1. Search Value is the specific ID
2. Return value is multiple values adjacent to the ID for the specific ID
Kindly find attached the workbook where I have used the following formula -
{=INDEX(Data!$B$2:$B$238,SMALL(IF(ISNUMBER(SEARCH($B$1,Data!$A$2:$A$238)),MATCH(ROW(Data!$A$2:$A$238),ROW(Data!A2:A238))),ROW(Data!A1)))}
This is not giving the correct values when the text string is matching in other rows. Please let me know how to get the correct value in this case.
For example it is taking any text which has M10, where as we need result only for M10_CALL.
Thank you very much,
with regards,
thomas
We have a list of values in the data tab and this needs to be summarized in the Search tab as follows -
1. Search Value is the specific ID
2. Return value is multiple values adjacent to the ID for the specific ID
Kindly find attached the workbook where I have used the following formula -
{=INDEX(Data!$B$2:$B$238,SMALL(IF(ISNUMBER(SEARCH($B$1,Data!$A$2:$A$238)),MATCH(ROW(Data!$A$2:$A$238),ROW(Data!A2:A238))),ROW(Data!A1)))}
This is not giving the correct values when the text string is matching in other rows. Please let me know how to get the correct value in this case.
For example it is taking any text which has M10, where as we need result only for M10_CALL.
Thank you very much,
with regards,
thomas