Are you looking for the sum of the column I in the Available sequences page, where, each delivery code matches the searches...
If so, try:
=SUM(SUMIF('Available Sequences'!A7:A9,Search!A4,'Available Sequences'!I7:I9),SUMIF('Available Sequences'!C7:C9,Search!D4,'Available Sequences'!I7:I9),SUMIF('Available Sequences'!E7:E9,Search!G4,'Available Sequences'!I7:I9),SUMIF('Available Sequences'!G7:G9,Search!J4,'Available Sequences'!I7:I9))
you would have to adjust the ranges for bigger database, and add a 5th SUMIF for the 5th sequence
Bookmarks