How to Add 1 to Each Cell in a Column in Excel – 5 Easy Methods

 

Method 1 – Using the Drag feature to Add 1 to Each Cell in a Column

Steps:

  • Create a dataset.

Simple Drag to Add 1 to Each Cell

  • In the two first cells (B5 and B6) of the column enter 1 and 2.

Simple Drag to Add 1 to Each Cell

  • Select the two cells and drag them down.

Simple Drag to Add 1 to Each Cell

  • This is the output.

Read More: How to Add Number to Existing Cell Value in Excel


Method 2 – Applying an Excel Formula to Auto-Increment Each Cell in a Column by 1

Steps:

  • Select the first cell of the column (here, B5) and enter 1.

  • Enter the following formula in the next cell (here, B6):
=B5+1

 

  • Select the cell and drag the Fill Handle.

  • This is the output.


Method 3 – Use the COUNTA Function to Auto-increment

Use the COUNTA Function.

Steps:

  • Select the first cell of the column (here, B5).
  • Enter the following formula:
=IF(ISBLANK(C5),””,COUNTA($C$5:C5))

Methods to Add 1 to Each Cell

  • Drag the Fill Handle.

Methods to Add 1 to Each Cell

  • This is the output.

Methods to Add 1 to Each Cell

 Formula Breakdown

  • ISBLANK(C5):  is a logical argument test. It checks if the cell is blank, and if it finds blank, it returns True
  • COUNTA($C$5:C5): checks if the cell is False and checks all non-blank cells in the selected range.

Method 4 – Utilizing the ROW Function

Use the ROW Function.

Steps:

  • Select the first cell of the column (here, B5).
  • Enter the following formula.
=ROW()-4

Methods to Add 1 to Each Cell

  • Drag the Fill Handle.

Methods to Add 1 to Each Cell

  • This is the output.

Methods to Add 1 to Each Cell


Method 5 – Using the SUBTOTAL Function

Use the SUBTOTAL Function.

Steps:

  • Select the first cell of the column (here, B5).
  • Enter the following formula.
=SUBTOTAL(3,$C$5:C5)

Methods to Add 1 to Each Cell

 

  • Drag down the Fill Handle.

  • This is the output.

 


Download Practice Workbook

Download the practice workbook here.


Related Articles


<< Go Back to Add to Cell Value | Sum in Excel | Calculate in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Zehad Rian Jim
Zehad Rian Jim

Zehad Rian Jim is a dedicated professional with a BSc. Degree in Naval Architecture and Marine Engineering from Bangladesh University of Engineering and Technology. He's good with Microsoft Office and has written more than 80 helpful articles for ExcelDemy in the last year. Now, he makes fun and easy-to-follow Excel tutorials for YouTube as part of the ExcelDemy Video project. Zehad loves figuring out Excel problems, and his passion for learning new things in Excel shines through in... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo