How to Create Fully Automatic Invoice in Excel (with Easy Steps)

Download the Template


Excel functions such as the VLOOKUP, IFERROR, and SUM functions can be used to create fully automatic invoices. Use the Data Validation feature to implement the whole procedure. The dataset below represents auto parts item lists and prices of a company.

Fully Automatic Invoice in Excel


Step 1 – Basic Information of Fully Automatic Invoice

  • In the merged cells, add the company name, company address, and email address.
  • You can include Name, Mobile, Date & Invoice No. headers.
  • Enter the correct values under each header.

Basic Information of a fully automatic Invoice

  • In the headers, add Item, Base Price, and Item ID (in B4, C4, and D4 respectively).
  • Input correct information in each column.

Dataset of a Fully Automatic Invoice in Excel


Step 2 – Utilize the Data Validation Feature to Import Data from Table Array

  • Select cell C13.
  • Go to the Data tab.
  • Select Data Validation then go to Data Validation.

Utilize Data Validation Feature to Fully Automatic Invoice in Excel

  • The Data Validation will dialog box pop up.
  • Select Settings.
  • Choose List in the Allow box.
  • In the Source box, select the table of Step 1.
  • Click OK.

Utilize Data Validation Feature to Fully Automatic Invoice in Excel


Step 3 – Combine VLOOKUP and IFERROR Functions to Display Data

  • Enter the following formula in G13:
=IFERROR(VLOOKUP(C13,'Item List'!$B$4:$C$9,2,0),"")
  • Press the Enter or Tab button.

Combination of VLOOKUP & IFERROR Functions in G13

  • Use the AutoFill tool to fill the formula to the rest of the cells in column G.

Combination of VLOOKUP & IFERROR Functions

  • Enter the following formula in B13:
=IFERROR(VLOOKUP(C13,'Item List'!$B$4:$D$9,3,0),"")
  • Press Enter.

Combination of VLOOKUP & IFERROR Functions in B13

  • Drag the formula cell down to AutoFill the whole column.

Combination of VLOOKUP & IFERROR Functions in B13

Formula Breakdown:
  • VLOOKUP(C13,’Item List’!$B$4:$C$9,2,0) looks for the corresponding 2nd row of the data in C13 from the range B4:C9 of the Item List table.
  • IFERROR(VLOOKUP(C13,’Item List’!$B$4:$C$9,2,0),””) returns a blank cell if it finds any missing or error data.

Read More: How to Create Proforma Invoice in Excel (Download Free Template)


Similar Readings


Step 4 – Join SUM and IFERROR Functions to Calculate Invoice Data

  • Enter the following combined formula in H13:
=IFERROR(F13*G13,"")
  • Press Enter.

Excel Multiplication Function and IFERROR Function in H13

  • Use the AutoFill icon to drag the formula cell down.

Excel Multiplication Function and IFERROR Function in H13:H17

  • In the cell H18, enter the following formula:
=SUM(H13:H17)
  • Press Enter.

Using SUM Function in H18 to Create a fully automatic Invoice in Excel

  • Calculate the Tax with the formula below:
=H18*7%
  • Press Enter.

Multiply H18 by 7%

  • To count the Shipping & Handling charges, enter the formula in H19:
=H18*5%
  • Press Enter.

Multiply Total Amount by 5%

  • To calculate the Grand Total, enter the given formula in H21:
=H18+H19+H20
  • Press Enter.

Add H18, H19, and H20 to calculate Grand Total

Read More: Tax Invoice Format in Excel (Download the Free Template)


Step 5 – Input Data and Analyze the Invoice Model

  • Click any cell under the Description column and look for a dropdown icon.
  • Tapping the Dropdown icons will display the item list.
  • Select any item and type the number of items in the Quantity column.
  • The desired Grand Total will show in our dataset.

GIF output of a fully automatic Invoice in Excel


Related Articles

Get FREE Advanced Excel Exercises with Solutions!
Yousuf Khan
Yousuf Khan

Yousuf Khan has been working with the ExcelDemy project for over one year. He has written 47+ articles for the ExcelDemy site. He also solved a lot of user problems with ExcelDemy Forum. He has interests in Excel & VBA, Desktop and mobile applications, and projects & templates. He completed his graduation and post-graduation in Information Technology from Jahangirnagar University. Currently, he works as a VBA & Excel Content Developer in ExcelDemy projects, writing unique and informative content... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo