
- MS Excel Basics
- Excel - Home
- Excel - Getting Started
- Excel - Explore Window
- Excel - Backstage
- Excel - Entering Values
- Excel - Move Around
- Excel - Save Workbook
- Excel - Create Worksheet
- Excel - Copy Worksheet
- Excel - Hiding Worksheet
- Excel - Delete Worksheet
- Excel - Close Workbook
- Excel - Open Workbook
- Excel - Context Help
- Editing Worksheet
- Excel - Insert Data
- Excel - Select Data
- Excel - Delete Data
- Excel - Move Data
- Excel - Rows & Columns
- Excel - Copy & Paste
- Excel - Find & Replace
- Excel - Spell Check
- Excel - Zoom In-Out
- Excel - Special Symbols
- Excel - Insert Comments
- Excel - Add Text Box
- Excel - Undo Changes
- Formatting Cells
- Excel - Setting Cell Type
- Excel - Setting Fonts
- Excel - Text Decoration
- Excel - Rotate Cells
- Excel - Setting Colors
- Excel - Text Alignments
- Excel - Merge & Wrap
- Excel - Borders and Shades
- Excel - Apply Formatting
- Formatting Worksheets
- Excel - Sheet Options
- Excel - Adjust Margins
- Excel - Page Orientation
- Excel - Header and Footer
- Excel - Insert Page Breaks
- Excel - Set Background
- Excel - Freeze Panes
- Excel - Conditional Format
- Working with Formula
- Excel - Creating Formulas
- Excel - Copying Formulas
- Excel - Formula Reference
- Excel - Using Functions
- Excel - Builtin Functions
- Advanced Operations
- Excel - Data Filtering
- Excel - Data Sorting
- Excel - Using Ranges
- Excel - Data Validation
- Excel - Using Styles
- Excel - Using Themes
- Excel - Using Templates
- Excel - Using Macros
- Excel - Adding Graphics
- Excel - Cross Referencing
- Excel - Printing Worksheets
- Excel - Email Workbooks
- Excel- Translate Worksheet
- Excel - Workbook Security
- Excel - Data Tables
- Excel - Pivot Tables
- Excel - Simple Charts
- Excel - Pivot Charts
- Excel - Keyboard Shortcuts
- MS Excel Resources
- Excel - Quick Guide
- Excel - Useful Resources
- Excel - Discussion
How to Copy and Paste Skip Blank Cells in Excel?
Generally, in Excel, a list may or may not contain empty cells, and when we want to copy the values, the blank cells will also be copied by default. If we need to copy only the cells with data in them by skipping the blank cells, we need to use a special process. If we try to do this manually, it can be time-consuming.
Read this tutorial to learn how you can copy and paste in Excel without skipping blank cells. We can complete this task in a faster and more efficient way by using the array formulas.
How to Copy and Paste Skip Blank Cells in Excel
Here, we will first use the array formula to get the first value, then fill the whole list using the auto-fill handler. Let's go over a simple procedure for using formulas to copy and paste blank cells in Excel. The formula we're using is an array formula with the LOOKUP function. LOOKUP is one of the reference functions. It is used when you need to look in a single row or column and find a value from the same position in a second row or column.
Step 1
Consider an Excel sheet with data in the form of a list and empty cells between the elements of the list, as shown in the image below.

Now, in our case, cell B2, enter the formula as follows.
=LOOKUP("zzzzz",CHOOSE({1,2},"",INDEX(A:A,SMALL(IF($A$2:$A$14<>"",ROW($A$2:$A$14)),ROWS($B$2:B2))))) and click CTRL + SHIFT + ENTER to get our first result, which looks similar to the below image. In the formula, A2:A14 is the range of cells you want to copy, and B1 is the address of the current cell.
Empty cell > Formula > CTRL + SHIFT + ENTER

Step 2
Then drag down from the first result till empty cells are printed, and our final result will be similar to the below image.

Conclusion
In this tutorial, we used a simple example to demonstrate how we can copy and paste blank cells to highlight a particular set of data in Excel.
- Related Articles
- How to Copy and Paste Only Non-Blank Cells in Excel?
- How to Copy and Paste Merged Cells to Single Cells in Excel?
- How to Copy and Paste Multiple Non-Adjacent Cells/Rows/Columns in Excel?
- How to Copy and Paste Without Borders in Excel?
- How to Copy and Paste Row Height Only in Excel?
- How to Copy and Paste Values Skipping Duplicates in Excel?
- How to highlight non-blank cells in excel?
- How to Copy and Paste Rows or Columns in Reverse Order in Excel?
- How to Automatically Merge Blank Cells Above/Left in Excel?
- How To Copy a Column and Paste Only the Unique Records in Excel?
- How to find the number of Blank and Non-Blank cells in the Excel table using Python?
- How to skip blank and null values in MySQL?
- How to Copy Cells Data with Row Height and Column Width in Excel?
- How to Autonumber Rows if the Adjacent Cells are Not Blank in Excel?
- How to Copy Cells If Column Contains Specific Value/Text in Excel?
