Share via

What formula would combine the club selection and the GW.

William Auld 60 Reputation points
2026-02-12T19:43:15.1033333+00:00

I want to see what a team stats are in a given GW. I've tried to use +and * added unto the FILTER code but that doesnt work. Screenshot 2026-02-12 193328

Microsoft 365 and Office | Excel | For home | Windows
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. William Auld 60 Reputation points
    2026-02-13T17:23:25.61+00:00

    Hi Again, Hers the formula that does what I want.Screenshot 2026-02-13 172120


  2. William Auld 60 Reputation points
    2026-02-13T13:34:04.9933333+00:00

    Sorry Riny but as you can see that formula returns #CALC!. Thanks anyway.


  3. riny 20,865 Reputation points Volunteer Moderator
    2026-02-13T05:43:05.46+00:00

    I guess this is what you need.

    =FILTER( A2:D698, (C2:C698 = F1) * (A2:A698 = M1) )

    Note that you need the wrap the filter criteria in parentheses in order to use + (for OR) or * (for AND).

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.