I had this working, then I noticed that it is no longer working (no error messages).
Sums any cells in col F if there is a 2211 2212 or 2213 in col M:
=SUMIF(M6:M351,"2211|2212|2213",F6:F351)
it now gives a result of zero.
I tried changing the format of the searched col to text or general number, no change
I have set the justification to 'centered'. Since the title is greater that the width of the 4 characters,
there is a space before and after the 4 characters, but I think this should be for display only, name changing the data.
Turning off centered justification, etc. makes no difference.
Help?
John