The Database Journal
03/10/2006
Adjusting Autonumber Increments

03/10/2006
Moving Access Data to Microsoft Excel

03/10/2006
Exporting Access Data with TransferSpreadsheet

03/10/2006
Export Access Data with VBA

03/13/2006
Data Layout in Microsoft Excel

03/17/2006
Excel Text to Number Conversion

03/21/2006
Transposing Excel Ranges

03/25/2006
Access VBA Timer Event

03/29/2006
What is MySQL?

04/02/2006
Microsoft Access Parameter Query Tutorial Video

04/06/2006
How does PHP Work?

04/10/2006
Microsoft Access VBA Tools - References

Click here to view all articles.

Database Design
Website Design
Search Engine Marketing
Home
Contact Us
About Us
Database Journal
Newsletters
Database Newsletter

Easy Data Entry in Microsoft Excel

Those of you quite familiar with Access databases are well aware that the easiest way to enter information is via a data form. For some reason, a big grey block with a bunch of fields is more attractive and easy to use than cell after cell after cell of whitespace laid out in columns.

If you know about proper data layout, you know that we should have a single row of headings (First Name, Last Name and City, for example), with the data underneath. As long as your data is laid out properly, Excel gives you an easy and quick way to enter data, search for values, filter values, and add/delete records. It’s called the data form. Let’s have a look at our example range (see Figure 1):

Figure 1

Sure, it’s easy enough to keep entering values in over and over again, however if your range is a little larger and you need to incorporate some basic searching or filtering, Excel has a great tool for you to use called the Data Form. To get it, first highlight the entire range (in this example, from A1 to C4). Then click on Data, and then “Form...” and you’ll have a form similar to Figure 2.

Figure 2

This data form allows you to use criteria to search for or filter different results (you can search forward or back) as well as add and delete records. All you use is this compact and neat little interface, and Excel takes care of everything back on the worksheet. This form has the added bonus of telling you which record you are on (in this case, record 1 of 3), as well as the total number of records in your nice and neat contiguous block of data!

So if you’re more comfortable in a form-based interface, give it a try! It certainly doesn’t take the place of a properly-designed Access database, but it will make data management and entry in Microsoft Excel a little smoother. Have fun!


©2010 Blue Moose Technology, LLC

David Badurina, President of Blue Moose Technology, LLC, is a relational database design expert. David's unique ability to easily explain virtually any technical concept has allowed him to work with companies such as AMD, Motorola, the American Heart Association, and countless small businesses. Learn more about database design right now at http://www.bluemoosetech.com.

Article Publishing and Re-Print Guidelines

You can easily link to this article!

If you'd like to link to this article from your own website, copy and paste the following HTML code onto your page:

On your page, the code will appear like this:

Easy Data Entry in Microsoft Excel