0

How do you filter an array formula (that uses average) in Excel by using a flag in column C? I want to find the average value for all records that share the same ID and have a flag of "Y". For example, in the below, column D would read:

Link to excel table

1 Answer 1

2

In D2:

=(C2="Y")*(AVERAGEIFS(B:B,A:A,A2,C:C,"Y")) 

And copy down.

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.