How to Make a Pattern Repeat in Excel (8 Easy Ways)

We have a sample dataset of various types of products ordered by different customers from an online store, their units, and the price per unit.

Dataset for Making a Pattern Repeat in Excel

We want to create a pattern repeated for the date of order, the ID of the customers, their full names, and the total price of the relevant products.


Method 1 – Use the Autofill Feature to Make a Pattern Repeat

We have the first two dates and we want to make the pattern repeat.

Steps:

  • Enter the first two dates.

Make a Pattern Repeat in Excel

  • Select the entered value and use the Fill Handle tool for the remaining cells.

Make a Pattern Repeat in Excel

  • Your cells will return the result filling the pattern of series.

Make a Pattern Repeat in Excel

Read More: How to Repeat Rows for a Specified Number of Times in Excel


Method 2 – Use the Flash Fill Feature to Repeat a Pattern

We have the first name and the last name of the customers in two different columns. We will combine the first name and the last name.

Steps:

  • Enter the full name of the first person and press ENTER.

Make a Pattern Repeat in Excel

  • Enter the first letter of the second person and Excel will automatically recognize the full name for the others.

Make a Pattern Repeat in Excel

  • Press ENTER and cells will return you the results.

Make a Pattern Repeat in Excel

Read More: Repeat Text in Excel Automatically


Method 3 – Formula Drag or Double-Clicking

Steps:

  • Add the following formula into the selected cell and press ENTER.

=D5*E5

  • D5= Unit
  • E5= Per Unit Price

Make a Pattern Repeat in Excel

  • Drag down the Fill Handle tool to Autofill the formula or double-click on the icon to fill the pattern.

Make a Pattern Repeat in Excel

Read More: How to Repeat Rows in Excel at Bottom


Method 4 – Copy and Paste a Formula to Make a Pattern Repeat

Steps:

  • Select the cell that contains the formula.

Make a Pattern Repeat in Excel

  • Copy the cell and select the cells where you want to apply the same formula.

Make a Pattern Repeat in Excel

  • Paste the formula.


Method 5 – Enter a Formula to Multiple Cells to Make a Pattern

Steps:

  • Select the cells where you want the pattern and ENTER your formula.

Make a Pattern Repeat in Excel

  • Press ENTER.

Make a Pattern Repeat in Excel


Method 6 – Repeat a Pattern by Using Power Query

Steps:

  • Select the data.
  • Go to the Data tab.
  • Click From Table/ Range.

  • Click OK on the Create Table box.

  • Enter the following formula in the Power Query Editor:

=[@Unit]*[@[Per Unit Price]]

  • Your cells will return the result.


Method 7 – Applying the INDIRECT Function

Steps:

  • Calculate the total price for the first 3 cells.

  • Apply the following formula:

=D5*INDIRECT("E5",TRUE)

  • D5= Unit
  • E5= Per Unit Price

  • Select the 3 cells and use the Fill Handle tool for the remaining cells.

  • Excel will make the pattern repeat.


Method 8 – Using the SEQUENCE Function to Repeat the Pattern

Steps:

  • Enter the following formula into the first cell:

=SEQUENCE(7,1,141201,1)

  • 7= Number of Rows
  • 1= Number of Columns
  • 1412001= first ID
  • 1= Step (difference between ID numbers)

  • Press ENTER to get the result.


Download the Practice Workbook


Related Articles


<< Go Back to Repeat in Excel | Excel Cell Format | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Rafiul Hasan
Rafiul Hasan

Rafiul Hasan, holding a BSc in Naval Architecture and Marine Engineering from Bangladesh University of Engineering & Technology, contributes significantly to the ExcelDemy project with almost 1.6 years of dedicated work. Currently an Excel and VBA Content Developer, he has a passion for problem-solving. Authoring over 100 articles for ExcelDemy showcases expertise in Microsoft Office Suites and Data Analysis. In addition to content development, Rafiul actively engages with the ExcelDemy forum, offering valuable solutions to user queries and... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo