Hi
I successfully use INDEX/SMALL formulas to extract all the rows that have a cell containing a value equal to that in a source cell -
For example - I give my customers a 'shortname' (Smi for Smiths or Smithson or Smithy etc)
for example
=IFERROR(INDEX(dgts_current!$A$3:$N$10000,SMALL(IF(dgts_current!$E$3:$E$10000=$C$23,ROW(dgts_current!$E$3:$E$10000)),ROW(1:1))-2,1),"")
Where C23 is my source cell
I can then list all of those customers who have a shortname of Smi
What I'm trying to do now is to find a way of missing out the three-letter shortname column
So if I type 'Sm' into a source cell I want to generate a list of all customers whose name starts with 'Sm'
I've found one or two near-misses but nothing that does exactly what I'm after - any ideas?
Bookmarks