ADDRESS to return a text representation of a cell address based on the row, column,

graemeal

Active Member
Joined
May 17, 2007
Messages
316
Platform
  1. Windows
I have this spreadsheet where I use the below formula to save many, many hours of work. In row 7 is a list of codes that trade on the stock market such as ANZ, BHP, RIO etc. The below formula picks up the code from row 7 and saves me adding a different stock market company code to each formula over say 2000 rows.

=RTD("phoenixai.quotes","","VOLUME",INDIRECT(ADDRESS(ROW(),7)))

The charting package that supplies me the link to RTD data has now ceased to exist so I have to use a new data supplier.
The new below code is as follows:

=RTD("paritechpulse.rtd", "", "security", "ANZ", "Volume")

Is there a way to add the Row 7 to the above formula?

Thanks
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
that adds whatever is in $G$? cell to the formula , indirect allows the contents of that cell to be used in the RTD formula
So it uses what ever you have in the rows , the formula is in
i'm assuming
=RTD("paritechpulse.rtd", "", "security", "ANZ", "Volume",INDIRECT(ADDRESS(ROW(),7)))
does not work - what error are you getting
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,574
Messages
6,120,327
Members
448,956
Latest member
Adamsxl

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top