How to Repeat Formula Pattern in Excel (8 Easy ways)

 

In the following dataset, we have 8 columns and 9 rows. We have some empty cells where we will repeat formula patterns in various ways to fill up the cells easily.

sample dataset to Repeat Formula Pattern in Excel


Method 1 – Use the AutoFill Tool

In the Date column, we have two dates with a gap of one week in the first two rows, and the date format is mm-dd-yyyy. Let’s fill up the other cells in this pattern.

Steps:

  • Select the first two cells of the Date column
  • Hovering on the bottom-right corner of the selection, and a plus sign will appear.
  • Drag it down.

autofill tool to Repeat Formula Pattern in Excel

  • The rest of the cells will be filled up.

 Repeat Formula Pattern in Excel

Read More: How to Perform Predictive AutoFill in Excel


Method 2 – Repeat a Formula with the Flash Fill Feature

Suppose we have to add the First Name and the Last Name in the Full Name column.

Flash Fill feature to Repeat Formula Pattern in Excel

Steps:

  • Write the first name and last name of a person in the first row of the Full Name column.
  • Start typing in the second cell until you get a suggestion to fill in the cell. This is the Flash Fill.
  • Press Enter.

  • The names will be automatically filled using the given pattern.

Repeat Formula Pattern in Excel


Method 3 – Drag or Double Click to Get a Formula Pattern

Steps:

  • Use the following formula in E5.

=C5*D5

double clicking to Repeat Formula Pattern in Excel

  • Go to the bottom-right corner of E5 and drag down the Plus sign over the empty cells. You can also do this by double-clicking on the Plus sign.

  • This will AutoFill the cells.

dragging to Repeat Formula Pattern in Excel

Read more: How to Repeat Number Pattern in Excel


Method 4 – Use Copy and Paste

Steps:

  • We have used a formula in E5.

=C5*D5

copy and paste feature to Repeat Formula Pattern in Excel

  • Select E5 and press Ctrl + C.
  • Select the empty cells and press Ctrl + V.

  • The other empty cells will be filled up with the autofill formula pattern as below.

 Repeat Formula Pattern in Excel


Method 5 – Copy the Formula Pattern Through Excel Power Query

 

We want to complete the Total Income column by typing the formula only once.

Steps:

  • Select the Data Tab and choose From Table/Range.

using power query to Repeat Formula Pattern in Excel

  • The Create Table dialog box will appear. Select the whole range, then click on the My table has headers option.
  • Press OK.

  • The Power Query Editor will appear.
  • Input the formula in E4 as below and press Enter.

  • The formula will be repeated in all of the empty cells.

finally Repeat Formula Pattern in Excel

Read More: How to Fill Down Blanks in Excel 


Method 6 – Input Formula to Multiple Cells

Steps:

  • Select all of the cells where you want to use the formula.
  • Insert the formula in any of the cells and press Ctrl + Enter.

  • The remaining cells will be filled up with the formula.

enter formula to Repeat Formula Pattern in Excel


Method 7 – Apply the INDIRECT Function to Repeat Formula Pattern

Suppose you have the following dataset where you have a column named Working hour and another column named Income per hour where only the first 3 cells have value. We will multiply the first 3 cells of the Working hour with the first 3 cells of Income per hour, respectively, Then, we will continue the process repeatedly, which means multiplying C7, C8, and C9 of Working hours with the first 3 cells of Income per hour again.

apply indirect function to Repeat Formula Pattern in Excel

Steps:

  • Insert the following formulas in E5, E6, and E7, respectively.

=C5*INDIRECT("D5",TRUE)

=C6*INDIRECT("D6",TRUE)

=C7*INDIRECT("D7",TRUE)

  • The rest of the empty cells will be filled with this repeated formula pattern.

output of indirect function


Method 8 – Insert the SEQUENCE Function

Steps:

  • In the ID column, use the following formula.

=SEQUENCE(8,1,121001,2)

insert sequence function to Repeat Formula Pattern in Excel

NOTE: Here, rows=8, columns=1, start=121001, step=2.
  • After entering the function, the following table will appear.

Read More: How to Add Sequence Number by Group in Excel


Download the Practice Workbook


Related Articles


<< Go Back to Excel Autofill | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Tanjima Hossain
Tanjima Hossain

TANJIMA HOSSAIN is a marine engineer who enjoys working with Excel and VBA programming. For her, programming is a handy, time-saving tool for managing data, files, and online tasks. She's skilled in Rhino3D, Maxsurf C++, MS Office, AutoCAD, and Excel & VBA, going beyond the basics. She holds a B.Sc. in Naval Architecture & Marine Engineering from BUET and is now a content developer. In this role, she creates tech-focused content centred around Excel and VBA. Apart from... Read Full Bio

2 Comments
  1. I’ve been looking for those SEQUENCE and INDIRECT operations for years thinking they had to exist but not knowing what they were and how to find them. I appreciate you making this page!

    • Hello Dan,
      Thank you so much for your appreciation. Hope you will be benefitted more by staying with our Exceldemy site.

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo