Deepak, that just returns the number of cells that contains that text string, not the cell contents that contain that text string, though, right? Thanks anyway!
Hi ,
One way is to use the SEARCH function , but this will return the name if the characters AL occur together anywhere in the name , not just the beginning , as in Caleb.
=INDEX(Names,SMALL(IF(ISNUMBER(SEARCH("AL",Names)),ROW(Names)-MIN(ROW(Names))+ 1),ROW(A1)))
Enter this as an array formula , using CTRL SHIFT ENTER.
Narayan
Hi ,
See if this is OK.
Narayan
Hi ,
You are right ; the workbook which has all the data has to be open for the formulas to show the matches.
Narayan