List of Values with Criteria (NFL Pts)

gtd526

Well-known Member
Joined
Jul 30, 2013
Messages
660
Office Version
  1. 2019
Platform
  1. Windows
Hello,
Looking for List of Team Names (A:A) based on certain criteria.
I have a formula that lists the Number of Teams that meet the criteria,
but I need a List of Team Names (I4) that meet the criteria.
Its based on 2 teams playing (4:5, 6:7, 8:9, 10:11, etc).
Thank you.

NFL.xlsm
ABCDEFGHIJ
1Week:3Points
2TeamsATSPts/DPts/GSc %3D ConversionTeams with ALL 'Pts" (C:F)
3 161718196Count of Teams
4PIT51.261830.440%???Need List of 'Teams' A:A
5CLE-52.712852.453%1
6NO-31.48182831%
7CAR31.822036.426%
8HOU2.51.16142825%
9CHI-2.51.55142529%
10KC-73.13652.445%2
11IND70.831016.732%
12BUF-5.53.1365061%3
13MIA5.52.893147.452%
14LVR-22.15214550%4
15TEN21.821436.430%
16PHI-73.1315057%5
17WAS72.152830.856%
18JAX2.142340.933%
19LAC02.092434.837%
20GB21.7173044%
21TB-21.332033.332%
22SF-1.51.761833.344%
23DEN1.51.681642.141%
24DAL2.51.11223.824%
25NYG-2.51.672033.329%6
Test
Cell Formulas
RangeFormula
B3B3=IF(ISTEXT(A3),IF(B3="PK","PK",IF(B3<0,B3*-1,B3*-1)),"")
I3I3=SUMPRODUCT(($C$4:$C$25=SUBTOTAL(4,OFFSET($C$4,ROW($C$4:$C$25)-ROW($C$4),,IF(MOD(ROW($C$4:$C$25),2),-2,2),1)))*($D$4:$D$25=SUBTOTAL(4,OFFSET($D$4,ROW($D$4:$D$25)-ROW($D$4),,IF(MOD(ROW($D$4:$D$25),2),-2,2),1)))*($E$4:$E$25=SUBTOTAL(4,OFFSET($E$4,ROW($E$4:$E$25)-ROW($E$4),,IF(MOD(ROW($E$4:$E$25),2),-2,2),1)))*($F$4:$F$25=SUBTOTAL(4,OFFSET($F$4,ROW($F$4:$F$25)-ROW($F$4),,IF(MOD(ROW($F$4:$F$25),2),-2,2),1))))
C4:C25C4=IFERROR(VLOOKUP($A4,Stats!$BZ$3:$CL$44,13,0),"")
D4:D25D4=IFERROR(VLOOKUP($A4,Stats!$AR$3:$BN$34,22,0),"")
E4:E25E4=IFERROR(VLOOKUP($A4,Stats!$BZ$3:$CF$100,7,0),"")
F4:F25F4=IFERROR(VLOOKUP($A4,Stats!$EE$3:$EK$44,7,0),"")
B5,B25,B23,B21,B19,B17,B15,B13,B11,B9,B7B5=IF(ISTEXT(A4),IF(B4="PK","PK",IF(B4<0,B4*-1,B4*-1)),"")
Press CTRL+SHIFT+ENTER to enter array formulas.
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.

Forum statistics

Threads
1,216,185
Messages
6,129,383
Members
449,506
Latest member
nomvula

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top