About 40,100 results
Open links in new tab
  1. How do you delete multiple rows in excel - Super User

    Mar 29, 2011 · How do you delete multiple rows in excel, if I mark everything and try to delete it just deletes a single row.

  2. Deleting multiple selected rows in Excel - Super User

    Mar 20, 2014 · 7 How can I delete multiple rows in Excel? If I mark everything and try to delete, it just deletes a single row. Even if I right-click and select delete, it still deletes one row at a time. I need to …

  3. Delete rows on different worksheets (No loop) - Super User

    Dec 23, 2018 · 0 This simple VBA code (Macro) will help you to delete desires Rows across multiple sheets, without any Loop.

  4. Delete blank cells and shift up in Excel - Super User

    Jun 5, 2024 · 0 I have four columns of data and 30,000 rows. There is one cell of data in each row, (A1, B2, C3, D4, A5, etc.,) the other three cells in each row are blank. I want to delete all the blank cells …

  5. Delete multiple duplicates (ex. same name listed 3 times) in excel

    Jun 1, 2023 · 0 When I have a list of names and addresses, and the same name and address is listed multiple times, I want to delete all but one of these same names. I have been sorting long lists by last …

  6. Delete multiple rows according to a pattern - Super User

    Jun 13, 2016 · 1 I'm working with an Excel sheet of 256,923 cells data and I need to delete 29 cells after each single cell. If I would do it manually, it would take me hours. So, is there anything I can do to …

  7. microsoft excel - How to delete rows based on cell criteria in Power ...

    Jul 10, 2025 · I'm using Power Query in Office365 to pull a large Sharepoint List into Excel. Each row is a piece of equipment; there's 40ish bits of equipment and over 200 rows. I've filtered the data into …

  8. How to delete rows from MS Excel which has >65000 rows?

    Jul 24, 2018 · Select all columns to the right of the last column that contains data, or select all rows below the last row that contains data. A quick way to that is press F5 and type F:IV to delete columns …

  9. How do I find & delete multiple rows in excel 365 based on the cell ...

    Feb 7, 2023 · I have a spreadsheet of company addresses. Each company is listed in a row and has a code assigned (text) in column A. I want to efficiently find multiple rows based on their company code …

  10. Excel: Delete row if cell in certain column is blank?

    Sep 15, 2012 · This deletes rows where the entire row is blank? -if does, it's similar to @drnewman answer. Question specifically states: Delete row if cell in certain column is blank.