I have built a "database" in Excel 2003 for a customer. The Workbook has many sheets. Most of the sheets are protected and hidden, and are only used to store the data. The user needs only a few sheets to enter data and one or two to retrieve the data in the format needed.
To accomplish this I have built a "summary sheet" where the user selects a given name and date from drop down lists to display the data for that particular person for the date range selected. I have used various VLOOKUP formulas in the necessary cells on the sheet and locked all the cells except the drop down lists for the name and date.
I tested this on my computer and everything worked well. After installing it on the customers computer, the customer noticed that not all the data he was entering was showing up on the summary sheet. I thought that the customer may have inadvertently deleted or modified the formulas in the "summary" sheet, but when we looked, the formulas were in tact and seemed correct. we noticed that although the formulas in the "summary" worksheet seemed to refer to the appropriate cells in the "data" sheet(s) the data in those cells was not showing in the summary sheet.
I had the customer copy the summary sheet and the sheet containing the "problem" data into a blank worksheet so I could look see if I could find the problem.
When I opened the Workbook, I was surprised to find that I was able to display data that was not on the sheet that he had pasted into the workbook that he sent me. All the formulas referred to the full database located on HIS COMPUTER as shown in the following example.
=VLOOKUP($B19,'C:\Documents and Settings\Owner\My Documents\[Database 2012.xls]Pay'!$A$4:$HI$2196,MATCH($D$8,'C:\Documents and Settings\Owner\My Documents\[Database 2012.xls]Pay'!$3:$3,0),0)
I have no such document on my computer in that location.
How is excel retrieving this data from worksheets that are not even located on my computer. (I do have a version of the same database on my computer but it is on a completely separate drive.)
I suspect that the formulas in the customer's workbook may not be getting the data from the place we think they are.
Any help would be greatly appreciated.
Bookmarks