Of course, you can build the currency string with reference to values in cells instead of hard coding it, like this:
=GOOGLEFINANCE("Currency:"&A2&B2)
Amazing!
Is there anything Google Sheets can't do? ๐ค
Try this spreadsheet to tweet for a twitter chat.
https://t.co/VkN0LaeHQr Type questions into column B and click on blue link to tweet. #GoogleSheets#googleEDU#LearnLAP
@oihamza Consider suggesting a "Repeat Last Report" option once someone follows the same flow twice.
It's a super-user feature but folks may notice it.
The double index formula can be used to create a rolling average, by wrapping this double index with a standard AVERAGE function:
=AVERAGE(INDEX(A2:A,COUNTA(A2:A)-6):INDEX(A2:A,COUNTA(A2:A)))