How to Create an Order Form in Excel (with Steps)

 

Step 1. Making a Customer List Table

In the following dataset, List of Customers, there are column headers Customer Name, Street, City, and Province. Every customer has a detailed address, which we will try to input in the order form.

how to create an order form in excel

  • Select the cells.
  • Go to Home
  • Choose Format as Table > pick any format from the options. In this case, it is Light Blue type.

Making a Customers List Table

  • A Create Table window will appear.
  • Make sure that the table range is our selected cells and My table has headers ticked.
  • Click OK.

  • We’ll see that the drop-down options are added to every column header.

how to create an order form in excel


Step 2. Creating a Products List Table

We have made a list of products in the following dataset. It has column headers as Product and Price.

Creating a Products List Table

  • Create a table following the procedures we have discussed before.
  • Make sure the data range is our selected cells.

how to create an order form in excel

  • A table will look like this.


Step 3. Naming the Products List and Customers List

  • Select the cells B5:B9 (without the column header)
  • Click the box just left of the function box and give a name there. In this case, it is ProductList.
  • Press ENTER.

Naming the Products List and Customers List

Give a name to the whole dataset of the List of Products.

  • Select the cells of B5:C9.
  • Give a name like ProductLookup.
  • Press ENTER.

how to create an order form in excel

  • If we want to check the name, click the drop-down button shown in the figure.

  • We’ll see that the names are added.

how to create an order form in excel

  • We can add CustomerList like this.

And the CustomerLookup will be like this.

how to create an order form in excel


Step 4. Initiating an Order Form

  • Enter the Order Form in the B4 cell.
  • To add a date, use the TODAY function and enter the formula in the E4:
=TODAY()

Initiating Order Form

  • Press ENTER and get today’s date.

  • Insert column headers, which we need for the order form.

how to create an order form in excel


Step 5. Creating a Product Drop-Down

  • Select the cells B10:B14. Here, the number of selected cells can be according to our requirements.
  • Go to Data > select Data Tools > choose Data Validation.

Creating Product Drop-Down

A Data Validation window will appear.

  • Go to Settings > select List in the Allow box > click in the Source box and press F3.
  • Select productList > click OK.

how to create an order form in excel

  • We’ll see the drop-down bars in every selected cell of the Product column.
  • If we choose an option, television, it will be added to that cell.

how to create an order form in excel

  • Television is added to the selected cell.


Step 6. Adding Price Lookup

Enter the formula in cell C10:

=IF(B11="","",VLOOKUP(B11,ProductLookup,2,FALSE))

Adding Price Lookup

  • Press ENTER to get the output. The Price of the Television will automatically be included in the C10.  If we give any other item, the subsequent Price will automatically be shown in the C10 cell.

how to create an order form in excel


Step 7. Total the Order and Format the Form

  • Enter the Quantity in cell D10 manually.
  • Enter the formula in cell E10:
=IF(C11="","",C11*D11)

Total the Order and Format the Form

  • Press ENTER to get the output as 2700.

We’ll then fill all the cells with the specific products and calculate their total price. We want to find out the Total price of all the products in the E15 cell.

  • Enter the formula with the SUM function in cell E15:
=SUM(E10:E14)

how to create an order form in excel

  • Press ENTER to get the output.


Step 8. Creating a Customer Drop-Down and Lookup

  • Enter Ship to in cell B5:
  • Select the B6 cell > go to Data > choose Data Tools > click Data Validation.

Creating Customer Drop-Down and Lookup

  • A Data Validation window will appear.
  • Go to Settings > select List in the Allow box > click the Source box and press F3. it will show the options of pre-named sheets.
  • Select CustomerList from the options.
  • Press OK.

how to create an order form in excel

  • The CustomerList drop-down bar will appear like this. If we select one, say, Volvo, cell B6 will fill with Volvo.

how to create an order form in excel

  • The filling up of cell B6 is like this.

  • To add the street name of the customer, enter the formula in cell G7:
=IF(B6="","",VLOOKUP(B6,CustomerLookup,2,FALSE))

how to create an order form in excel

  • After pressing ENTER, the street name will be added automatically.

Now, we will add the state name and country name.

  • Enter the formula in cell B7:
=IF(B6="","",VLOOKUP(B6,CustomerLookup,3,FALSE) & ", " &

how to create an order form in excel

  • If we press ENTER, we’ll see the state name and country name of the selected Customer.

  • If we change the Customer, LG, the address will be changed automatically.
  • The address for LG will appear as this:

how to create an order form in excel


Download the Practice Workbook


Related Articles


<< Go Back to Excel for Accounting | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Shajratul Alam Towhid
Shajratul Alam Towhid

Md Shajratul Alam Towhid, a BSc graduate in Naval Architecture & Engineering from Bangladesh University of Engineering and Technology, holds a pivotal role as an Excel & VBA Content Developer at ExcelDemy. Fueled by a deep passion for research and innovation, he actively engages with Excel. In his capacity, Towhid not only adeptly tackles complex challenges but also exhibits enthusiasm and expertise in gracefully navigating tough situations, emphasizing his unwavering commitment to consistently delivering exceptional, high-quality content that... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo