Hi,
I've been trying to make a formula to try and grab the Bid and Ask price at certain times using the Excel add on for Refinitiv.
I've tried to use the =RHistory formula to do this using preset data to the left of formula as seen in the example below.
=INDEX(RHistory($D2,"TRDPRC_1","START:"&TEXT($A2,"dd-mmm-yyyy")&":"&TEXT($B2,"hh:mm:ss")&" END:"&TEXT($A2,"dd-mmm-yyyy")&":"&TEXT($B2+TIME(0,1,0),"hh:mm:ss")&" INTERVAL:1M",,),1,5)
Unfortunately, it seems this formula isn't what I need or not the correct formula to use for that function.
Is there a recommended way to do to this using the Windows 11 excel add on version?
Many thanks!
James