A SUMIF, SUMPRODUCT or SUMIFS might suffice.Originally Posted by scott56
As mentioned above .Find and .FindNext don't work when a UDF is called from a worksheet (neither does .SpecialCells).
A looping UDF might be one approach, but (since you are working on a fixed range), a solution using native Excel would allow the use of a Named Function.