See all How-To Articles

How to Copy & Paste Non-Blank Cells (Skip Blanks) in Excel

This tutorial demonstrates how to copy and paste only populated cells, skipping blanks, in Excel.

 

copypaste non blanks

 

Copy and Paste Non-Blanks Only

If you need to copy and paste a data range and don’t want to overwrite existing values in the destination with blanks, you can use Paste Special – Skip Blanks.

  1. First, select the data range you want to copy (in this example D2:D6), right-click on it, and choose Copy (or use the CTRL + C shortcut).

 

skip blanks 2 new

 

  1. Then, select the location where you want to paste the chosen data range. Right-click and, under Paste Options, choose Paste Special.

 

skip blanks 3

 

  1. The Paste Special window appears. In it, check the Skip blanks option and click OK.

 

skip blanks 4

 

As a result, only the cells with data are pasted, and the blanks from the selected data range won’t overwrite the existing values. In this example, only cells D3 and D5 are pasted into cells B3 and B5; B2, B4, and B6 remain the same.

 

skip blanks 5

 

Tip: Also check out VBA Value Paste & PasteSpecial.

See all How-To Articles