I'm trying to use an indirect to pull in a range from a table array that is also obtained using a vlookup.
For example: the range is located in a named table (ziplookup). When I choose a city name the cell updates with the range to lookup the data in another area of the workbook. I want to select a city, then use the range ($B$5:$HQ$8) in cell C7 obtained thru a vlookup in another formula extracting the data for a chart.
My chart data cell has the formula; =vlookup($D$8,indirect($C$7),3,false)
This will pull the correct chart data for the city selected using the range for that city. The problem is I get #REF! in that cell and excel tells me that table_array is volitile. How can I get around this??
I would appreciate any suggestions!
Bookmarks