The current formula returns 2 columns and multiple rows. I want to store the result in a single “data cell” for future reference and post-processing.
Is it possible to make sure that the original formula doesn’t expand into multiple cells? Is it possible to force it to remain in just one cell as a “data cell” for future reference by queries without refetching the data again over the network?
=GOOGLEFINANCE("MSFT", "price", DATE(2024,1,1), DATE(2024,1,31))