View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jonathan10 Jonathan10 is offline
external usenet poster
 
Posts: 1
Default Can the Excel RTD function return an array (It does on Bloomberg)

Hi

I have read (http://support.microsoft.com/kb/286258) that the Excel RTD
function cannot return an array. However, I have the following RTD array
formula spread over two adjacent cells in Excel and the RTD function
populates the left cell with the BID value and the right cell with the ASK
value:

{=RTD("BLOOMBERG.RTD","","US912828HU78 Govt",{"BID","ASK"})}

This example indicates that the RTD function can indeed return an array.

Can someone please tell me how to return an array via the RTD function?

--
Thanks

Jonathan10