Forum Discussion
Jcfeickert
Oct 21, 2023Copper Contributor
How do I edit an array on Excel without having to start over?
I have a 3X3 array and I'm trying to take away two columns which are simply copies of the first. How do I do it?
SergeiBaklan
Oct 21, 2023Diamond Contributor
Jcfeickert
Oct 21, 2023Copper Contributor
SergeiBaklan I checked. There is no drop function in the formula list.
- HansVogelaarOct 21, 2023MVP
DROP is currently only available in Excel in Microsoft 365 (and Excel Online), not in Office 2021 or older versions.
Try
=INDEX(array, 0, 1)
- JcfeickertOct 21, 2023Copper ContributorGood attempt, but it still says I can't alter part of an array.
- PeterBartholomew1Oct 21, 2023Silver Contributor
Are you using a CSE array formula to return the selected column? I used to enter all formulas with CSE and I was thankful to be able to move to dynamic arrays at the beginning of 2019.
If it is a CSE array formula you can enlarge it by selecting the new range and re-entering with CSE but you can't reduce the size.
For that you would need to copy paste the lead cell and then delete the CSE array in its entirety. From there you can use the copied single cell formula to rebuild a new array formula.
Better, just license 365 and move on.