Jul 17, 2024
Google Finance=GoogleFinance("currency:EUROGBP")
currency:=A1 * B1 where A1 is the amount and B1 is the exchange rate*=GoogleFinance("currency:" & A1 & B1)
A1 and B1 should contain the currency codes&=GoogleFinance("currency:" & code1 & code2) * amountIFERROR
=IFERROR(GoogleFinance("currency:" & code1 & code2), "Error in conversion")*GoogleFinance function for real-time exchange ratesVLOOKUP for fetching correct currency codesVLOOKUP and drop-down lists for more advanced setups