Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I create a form in Excel? | Excel Worksheet Functions | |||
Create a form in excel so I can enter data using DataForm | Excel Discussion (Misc queries) | |||
I am trying to create a form in Excel. In my form I want to be abl | Excel Discussion (Misc queries) | |||
How to create a form to insert a hyerlink.VBA code to create a for | Excel Discussion (Misc queries) | |||
create printable form that has data from excell document insertet | New Users to Excel |