View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
[email protected][_2_] rumkus@hotmail.com[_2_] is offline
external usenet poster
 
Posts: 60
Default exact match in a string

Thank you very much Mike.
What i meant was:

week 16, week 26, week 30 is the string of a multiple selection.
So my purpose is to sum the sales of weeks 16,26 and 30.
I use this "..If InStr( i1, i2 ) 0 Then.." and week 1 joins the
club.

Thank you.