About 83,000 results
Open links in new tab
  1. Remove Array Formula | MrExcel Message Board

    Feb 14, 2005 · Can some please tell me how I can delete/remove an array formula. I received a file that has an array. I need to delete the array, but when I do I get...

  2. Excel Won't let me delete formula from cell...

    Oct 17, 2002 · To delete the or edit a cell that is part of an array proceed as follows: Select the cell. Press Ctrl + / This selects the whole range. Press F2 Press Ctrl + Enter If you want to …

  3. deleting array function | MrExcel Message Board

    Mar 27, 2016 · Select the entire range that you array-entered the formula into by mistake, then press Delete.

  4. Delete one ore more columns within an array in VBA - MrExcel

    Apr 13, 2011 · Is it possible to pull in a table of data into an array and then delete a specific column of data? Perhaps one or more, if I determine that I only want certain columns of …

  5. Remove Empty array items in Excel VBA | MrExcel Message Board

    Nov 4, 2009 · Hi Peter, MyArr () got populated from a string and then I performed an operation which compared this array with another array and delete out the common characters. So I was …

  6. Excel 2024: Dropping, Taking, or Choosing from an Array

    Sep 2, 2024 · While DROP is designed to remove rows or columns from the start or end of an array, the TAKE function will keep only the beginning or ending rows or columns from an array.

  7. Cannot modify or delete arrays in shared workbook - MrExcel

    Aug 20, 2024 · Hi peeps, Is there any way to allow an array formula to be overwritten in a shared workbook? 😊 p.s. found an old link without any solutions, so I'm presuming it probably can't be …

  8. You cannot change part of an array | MrExcel Message Board

    Jun 17, 2003 · Hey all- Im having a weird problem happen. I have an array formula in a cell, and I'm trying to delete the formula, but I get the error "You cannot change...

  9. VBA Delete rows based on array? | MrExcel Message Board

    Nov 14, 2017 · I would like to use VBA to delete all rows in which one of the 16 9-digit numbers is in Column A. I thought of placing the 16 9-digit numbers in an array and deleting rows based …

  10. Array Formula to Remove Duplicates from List - MrExcel

    Apr 10, 2010 · It does require the use of a helper column, but you can always hide that. So far, I have tested this solution and it continues to update the values in my "duplicates" list. Remove …