Seeking your help to determine an array formula that will filter the values in the first column of a table (multiple rows and columns) with the values in an array and summing or counting specific values in a column of the remaining unfiltered rows.
The data table consists of the following on one tab in the workbook and is a named range, Person_Lookup
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Weight[/TD]
[TD]Certification[/TD]
[/TR]
[TR]
[TD]Ann[/TD]
[TD]120[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]Bill[/TD]
[TD]180[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]Carl[/TD]
[TD]160[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]Jose[/TD]
[TD]140[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]Mary[/TD]
[TD]140[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]Nancy[/TD]
[TD]135[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]Rick[/TD]
[TD]175[/TD]
[TD]No[/TD]
[/TR]
</tbody>[/TABLE]
The array value is on another tab, it's a named range and will typically include blank values, Current_Friends.
Ann
Carl
Jose
Rick
blank
blank
blank
...
blank
I'd like an array formula that can sum the weight of the friends listed in the array and another that can count the number of friends with certification.
Is this possible? Thanx a bunch for your insight and experience.
The data table consists of the following on one tab in the workbook and is a named range, Person_Lookup
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Weight[/TD]
[TD]Certification[/TD]
[/TR]
[TR]
[TD]Ann[/TD]
[TD]120[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]Bill[/TD]
[TD]180[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]Carl[/TD]
[TD]160[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]Jose[/TD]
[TD]140[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]Mary[/TD]
[TD]140[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]Nancy[/TD]
[TD]135[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]Rick[/TD]
[TD]175[/TD]
[TD]No[/TD]
[/TR]
</tbody>[/TABLE]
The array value is on another tab, it's a named range and will typically include blank values, Current_Friends.
Ann
Carl
Jose
Rick
blank
blank
blank
...
blank
I'd like an array formula that can sum the weight of the friends listed in the array and another that can count the number of friends with certification.
Is this possible? Thanx a bunch for your insight and experience.