Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 34
Default Create a printable FORM

I need to create a FORM that prints data rather than enters data - odd I
know. The forms are certificates required by regulation. So, data is
entered into a table and then merged into a FORM that is printed on the print
command.

I have created an Excel template but this may work better as a Word and
Excel merge?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default Create a printable FORM

Michell,

Here's the general technique.

Let's say that your data is on sheet "Data" in columns A to Z, and you have a sheet "Print Form"
that is nicely formatted, with spaces for your desired data. Let's also say that your data table has
unique identifiers in column A, which we'll call the data key.

On the print form, use one cell as the index cell, where you will enter the values from the data key
column of your data table. Then for all the fields that your want to display, use VLOOKUP formulas
that extract the relevant data from the data table, based on that key value.

For example, enter "Michell" in cell A1 of "Print Form" and in cell A2, use the formula

=VLOOKUP(A1, Data!$A1:$Z1000,4,False)

to pull the data from column D of the data table where the key value in column A = Michell.

And so on, and so on.

HTH,
Bernie
MS Excel MVP


"Michell Major" wrote in message
...
I need to create a FORM that prints data rather than enters data - odd I
know. The forms are certificates required by regulation. So, data is
entered into a table and then merged into a FORM that is printed on the print
command.

I have created an Excel template but this may work better as a Word and
Excel merge?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 34
Default Create a printable FORM

Bernie. Thanks, I'll give it a go over the weekend. Dan

"Bernie Deitrick" wrote:

Michell,

Here's the general technique.

Let's say that your data is on sheet "Data" in columns A to Z, and you have a sheet "Print Form"
that is nicely formatted, with spaces for your desired data. Let's also say that your data table has
unique identifiers in column A, which we'll call the data key.

On the print form, use one cell as the index cell, where you will enter the values from the data key
column of your data table. Then for all the fields that your want to display, use VLOOKUP formulas
that extract the relevant data from the data table, based on that key value.

For example, enter "Michell" in cell A1 of "Print Form" and in cell A2, use the formula

=VLOOKUP(A1, Data!$A1:$Z1000,4,False)

to pull the data from column D of the data table where the key value in column A = Michell.

And so on, and so on.

HTH,
Bernie
MS Excel MVP


"Michell Major" wrote in message
...
I need to create a FORM that prints data rather than enters data - odd I
know. The forms are certificates required by regulation. So, data is
entered into a table and then merged into a FORM that is printed on the print
command.

I have created an Excel template but this may work better as a Word and
Excel merge?




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I create a form in Excel? Panther30 Excel Worksheet Functions 1 May 22nd 07 11:05 PM
Create a form in excel so I can enter data using DataForm Lynn Excel Discussion (Misc queries) 2 February 14th 07 06:35 PM
I am trying to create a form in Excel. In my form I want to be abl AngelaD Excel Discussion (Misc queries) 2 January 5th 07 03:16 PM
How to create a form to insert a hyerlink.VBA code to create a for karthi Excel Discussion (Misc queries) 0 July 5th 06 11:26 AM
create printable form that has data from excell document insertet Pam New Users to Excel 1 June 30th 06 02:46 AM


All times are GMT +1. The time now is 07:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"