79626249

Date: 2025-05-17 06:21:41
Score: 0.5
Natty:
Report link

Simple FILTER by Team column. Wrap it by CHOOSECOLS to extract needed columns:

=CHOOSECOLS(FILTER($A$2:$E$4,$E$2:$E$4=B7),1,2,4)

enter image description here

Adapt to your ranges.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: user11222393