A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi Again, Hers the formula that does what I want.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi Again, Hers the formula that does what I want.
Sorry Riny but as you can see that formula returns #CALC!. Thanks anyway.
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).