79213647

Date: 2024-11-22 04:47:08
Score: 0.5
Natty:
Report link

You can try this Formula:

=QUERY(A2:B7, "SELECT A, SUM(B) GROUP BY A LABEL SUM(B) '" & C1 & "'")

Changing the value in C1 instantly updates the column label in the result.

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