I want to get the list of weekly close Values of a Ticker. But they should begin with the newest date.
=GOOGLEFINANCE(XYL; "price"; $F$31;HEUTE();"WEEKLY")
or
=GOOGLEFINANCE(XYL; "price"; HEUTE(); $F$31;"WEEKLY")
show the same result. With this code I get the values, but the first colum is the value of the oldest date.
I want it to start with the newest Date. Is there a build in function that just flips the order of the List?
Best regards!