79369864

Date: 2025-01-19 22:21:30
Score: 0.5
Natty:
Report link

A lot of ways to achieve this. One of:

=XLOOKUP("China",A6:A9,FILTER(B6:G9,(B1:G1="PG")*(B2:G2=2)),"Not found",0)

enter image description here

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