R
robbbo
Version: 2008 Operating System: Mac OS X 10.5 (Leopard) Processor: Intel I have created a PDF in Adobe Acrobat that consists of another of forms that are filled in by the user. When the fill in is complete the user emails the data to me. Within Acrobat I change the data emailed to me to a spreadsheet. In the resultant spreadsheet the names of the forms from the PDF are in row 1 and the data entered in the forms are just below it in row 2. I need to link this data to an Excel spreadsheet. I used HLOOKUP to find the data to link to my excel spreadsheet. I filled in all the forms on the PDF to test my links and everything works fine.
In some cases a user my not fill in all the forms and leave some blank. When some are blank, and the data is emailed to me, when I convert the data to a spreadsheet within Acrobat the forms that are blank no longer appear in the spreadsheet that is generated by adobe Acrobat. When the spreadsheet that has the links to this Adobe Generated spreadsheet using the HLOOKUP function is opened the data is updated, but the HLOOKUP linked cell that no longer is available selects the data from the cell adjacent to it where it location used to be rather than returning an error or just a blank like it should.
It appears that all the cells that do have data in them work correctly but the cells that are no longer in the "linked to" cell return the data from the adjacent cell rather than a blank.
The link formula is as follows:
=HLOOKUP("10-YourName",'report.csv'!$B$1:$ZY$2,2)
The report.csv is the worksheet generated by the Adobe Acrobat program and the "10-YourName" is the name of the form from the PDF.
How can I correct this issue?
Any suggestions would be appreciated!
In some cases a user my not fill in all the forms and leave some blank. When some are blank, and the data is emailed to me, when I convert the data to a spreadsheet within Acrobat the forms that are blank no longer appear in the spreadsheet that is generated by adobe Acrobat. When the spreadsheet that has the links to this Adobe Generated spreadsheet using the HLOOKUP function is opened the data is updated, but the HLOOKUP linked cell that no longer is available selects the data from the cell adjacent to it where it location used to be rather than returning an error or just a blank like it should.
It appears that all the cells that do have data in them work correctly but the cells that are no longer in the "linked to" cell return the data from the adjacent cell rather than a blank.
The link formula is as follows:
=HLOOKUP("10-YourName",'report.csv'!$B$1:$ZY$2,2)
The report.csv is the worksheet generated by the Adobe Acrobat program and the "10-YourName" is the name of the form from the PDF.
How can I correct this issue?
Any suggestions would be appreciated!