Sorry of that title is confusing.
I have this formula in A15:
Then in B15, I have this formula:
I want to sort this, but by column B, not by column A. Is this possible when using a UNIQUE array? I couldn't do it with the built in Sort functionality, but perhaps there's a way to add SORT to the formula?
Thanks
I have this formula in A15:
Excel Formula:
=UNIQUE(FILTER(G2:G400, G2:G400<>""))
Then in B15, I have this formula:
Excel Formula:
=SUMIF(G:G,A15,H:H)/COUNTIF(G:G,A15)
I want to sort this, but by column B, not by column A. Is this possible when using a UNIQUE array? I couldn't do it with the built in Sort functionality, but perhaps there's a way to add SORT to the formula?
Thanks