Array formulas and imported queries

TyeReece

Board Regular
Joined
Aug 3, 2007
Messages
136
I have a dashboard works now with tables, ranges etc. However, I want to improve it by linking excel tables to access queries (as opposed to copying and pasting). However, when I do this the array formulas I use in the dashboard stop working. Do array formulas not work with tables made from imported queries?
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Array formulas should be fine. Be sure the expected cells are being correctly referenced after the queries are refreshed.

Also, maybe with a little more development, you may find that with different queries you can eliminate the array formulas. May not suit you. Depends...
 
Upvote 0
I don't know if you sorted out the problem. And I don't know exactly what it is the problem: just that the array formulas "stop working".

What I guess happens, is the formulas references a range of cells, say A2:A10000, that are the query results. When the query refreshes, the old cells are replaced by the refreshed results and along the way the "A2:A10000" cells disappear and the formula will now have a REF error. If that is the case, can you address? One way without code might be to use defined names.
 
Upvote 0

Forum statistics

Threads
1,223,910
Messages
6,175,316
Members
452,634
Latest member
cpostell

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