Hi All,
I want to pull closing prices for a RIN ."BAID" based on a column containing historical dates in excel. How could i go about doing this? So far I have only been able to pull the most recent closing price using:
=@TR(".BAID","TR.CLOSEPRICE")
I have a column with dates written as below and want to pull values matching those dates. Ideally, i tried the below, but it did not work:
=TR(".BAID", "TR.CLOSEPRICE", "Date=" & TEXT(H96, "yyyy-mm-dd")
Thanks.