How to Make a Fillable Form in Excel (5 Suitable Examples)

how to make a fillable form in excel

Here’s an overview of how you can use a fillable form in Excel.

How to Make a Fillable Data Entry Form in Excel: 5 Easy Examples

Example 1 – Making an Excel Fillable Form for Employee Information

how to make a fillable form in excel

how to make a fillable form in excel

=IF(B4="Part-Time",Part_Timer,IF(B4="Full-Time",Full_Timer,IF(B4="Contractual",Contractual,"")))

how to make a fillable form in excel

This formula uses the IF Function and will return the names of employees based on their status. If no status is selected, it will return nothing.

=IF(B4="Part-Time",Residence_2,IF(B4="Full-Time",Residence_1,IF(B4="Contractual",Residence_3,"")))

This formula will also return the residences of selected employees based on their status. This formula also has named ranges Residence_1, Residence_2 and Residence_3 from Sheet2.

how to make a fillable form in excel

=IF(C14="","",VLOOKUP(C14,Table1,2,FALSE))

The formula uses the IF and VLOOKUP Functions and will return the Designation of the supervisor based on a name. You can find their name in a table of Sheet2.

=IF(C14="","",VLOOKUP(C14,Table1,3,FALSE))

how to make a fillable form in excel

This will return the Department of your supervisor based on his name.

Here’s an image of named ranges in Sheet2. The Year column has more data below and contains all years.

how to make a fillable form in excel

how to make a fillable form in excel

Example 2 – Creating a Fillable Data Entry Form in Excel

Steps:

how to make a fillable form in excel

how to make a fillable form in excel

how to make a fillable form in excel

how to make a fillable form in excel

how to make a fillable form in excel

Thus you can make a fillable data entry file in Excel.

Example 3 – Making a Fillable Form from Available Templates in Excel

Steps:

how to make a fillable form in excel

how to make a fillable form in excel

Example 4 – Use Microsoft OneDrive to Make a Fillable Form

Steps:

how to make a fillable form in excel

how to make a fillable form in excel

how to make a fillable form in excel

how to make a fillable form in excel

how to make a fillable form in excel

how to make a fillable form in excel

how to make a fillable form in excel

Example 5 – Using Microsoft Office Account Apps to Make a Fillable Form

Steps:

how to make a fillable form in excel

Practice Section

We’ve provided some forms that you can test out.

how to make a fillable form in excel

Download the Free Templates

Related Articles

Save Saved Removed 0 Meraz Al Nahian

Md. Meraz Al Nahian has worked with the ExcelDemy project for over 1.5 years. He wrote 140+ articles for ExcelDemy. He also solved a lot of user problems and worked on dashboards. He is interested in data analysis, advanced Excel, statistics, and dashboards. He also likes to explore various Excel and VBA applications. He completed his graduation in Electrical & Electronic Engineering from Bangladesh University of Engineering & Technology (BUET). He enjoys exploring Excel-related features to gain efficiency. Read Full Bio

2 Comments

This is a great guide for creating fillable forms in Excel! It’s helpful for businesses and individuals who need to collect information from multiple people, making data management more efficient.