Turn off spill in dynamic arrays

DrDebit

Board Regular
Joined
May 20, 2013
Messages
123
Office Version
  1. 365
Platform
  1. Windows
If I have filled cells in A1:A4, and in cell C1, I have =A1:A4, it spills down. To turn the spill off, I insert an @: in cell C1: =@A1:A4. Now all the values will be in cell C1, with no spilling. Perfect!!
However, If I have filled cells in A1:B4, and in cell C1, I have =A1:B4, it spills down and across. To turn the spill off, I insert an @: in cell C1: =@A1:B4, and I get a #VALUE! error. What am I doing wrong? Can I fix this multiple-column spill and turn the spill off? Thank you in advance!
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Use an INDEX function to specify your row and column
 
Upvote 0
If I have filled cells in A1:B4, and in cell C1, I have =A1:B4, it spills down and across. To turn the spill off, I insert an @: in cell C1: =@A1:B4
If you just want that same row from the original data, why use =A1:B4 in the first place then try to fix it with @ (or INDEX)? Why not just =A1:B1 ?
 
Upvote 0

Forum statistics

Threads
1,215,632
Messages
6,125,908
Members
449,273
Latest member
mrcsbenson

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