I missed a detail. Those numbers are already parsed in N:AV. My apologies. 
In the meantime I reworked my formula in the upload Post #10. This must be array entered. If you aren’t familiar with array-entered formulas array enter means the formula must be committed from edit mode by simultaneously pressing and holding down Ctrl and Shift while hitting Enter.
Formula:
=IFERROR(INDEX(webtracker!$H$1:$H$1001,MATCH(1,MMULT(IF(ISNUMBER(FIND(A2,webtracker!$N$1:$AV$1001)),1,0),ROW(INDEX(webtracker!A:A,1):INDEX(webtracker!A:A,COLUMNS(webtracker!$N$1:$AV$1001)))^0),0)),"")
This returns dates, and I don't think it's doing what you want. It matches only the first 'pono' (column A) that it finds. In column W of Sheet2 I array entered this segment of that formula and summed it. There are as many as 16 occurrences of 'pono' numbers.
Formula:
=SUM(MMULT(IF(ISNUMBER(FIND(A2,webtracker!$N$1:$AV$1001)),1,0),ROW(INDEX(webtracker!A:A,1):INDEX(webtracker!A:A,COLUMNS(webtracker!$N$1:$AV$1001)))^0))
Did you want the multiple outputs? In the columns to the right of 'result'?
Bookmarks