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

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
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,064
Messages
6,122,939
Members
449,094
Latest member
teemeren

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