Answer the question
In order to leave comments, you need to log in
How to substitute the date in the formula?
There is a link that parses the dollar rate from the Central Bank website:
=IMPORTXML("http://www.cbr.ru/scripts/XML_daily.asp?date_req=11/05/2020"; "//ValCurs/Valute[CharCode=""USD""]/Value")
Answer the question
In order to leave comments, you need to log in
The best way would be to use the TEXT formula
=IMPORTXML(
"http://www.cbr.ru/scripts/XML_daily.asp?date_req=" & TEXT(A2;"DD/MM/YYYY");
"//ValCurs/Valute[CharCode=""USD""]/Value"
)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question