79576997

Date: 2025-04-16 11:00:38
Score: 0.5
Natty:
Report link

Another approach without helper columns:

=COUNTIFS($E$2:$E$7,E2,$F$2:$F$7,F2)+COUNTIFS($E$2:$E$7,F2,$F$2:$F$7,E2)

Result:

enter image description here

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