Quote:
|
Originally Posted by shades
Not sure I can visualize the problem as you have explained (problem on my side). But in some cases I have used one worksheet in XL file to have the data pull, then another worksheet set up with the formatting I want, and pull all the data with formulas into the new worksheet. I have done that with a file of 4,000 rows and 53 columns. Works well.
|
Shades, after further thought, I think your suggestion will work. I will have 2 sheets in my file. Sheet1 would be the presentation template, and Sheet2 would have the raw data. Sheet2 would link to the access database.
I only need to update 1 column on the worksheet. I need to link this updating column between sheet1 and sheet2. So, the customers will input the aggregated data on the presentation worksheet (sheet1)(with the formatting), and the data would automatically show up on the raw data worksheet (sheet2). [Considering the coordinates remain the same. Meaning let's say on sheet1, D4 = sheet2 (D4)].
How do I link the same column on sheet1 and sheet2 together, so if one gets updated, so will the other?
What function, expression do I have to implement to make this happen?
Thanks in advance.