I have the following formula in D1 of my Google spreadsheet:
=TRANSPOSE(QUERY(B:B, "SELECT "&A1&"/Col1"))It produces the header quotient(5()) in D1 that I don't know how to remove using the LABEL clause.
Any idea how I can remove that header?
Link to example Google Sheets spreadsheet
| A | B | C | D | E | F | G | H | I | |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 5 | 5 | quotient(5()) | 1 | 2.5 | 1.666666667 | 1.25 | 1 | |
| 2 | 2 | ||||||||
| 3 | 3 | ||||||||
| 4 | 4 | ||||||||
| 5 | 5 |