79187613

Date: 2024-11-14 06:35:27
Score: 0.5
Natty:
Report link

You can also try this formula; It is similar to z, but the data has already been modified:

=LET(x,FILTER(A3:I20,I3:I20=1, A3:A20=K3), grp, CHOOSECOLS(x,8), name, CHOOSECOLS(x,3), gender, CHOOSECOLS(x,5), id, CHOOSECOLS(x,4), weight, CHOOSECOLS(x,7), HSTACK(grp,name,gender,id,weight))

Sample Output:

Output

Reasons:
  • Whitelisted phrase (-1): try this
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alma_Matters