Secretly store data user enteres in their excel nightmare into a well defined table without affecting how user updates their excel "report" data entry

chairt

New Member
Joined
Aug 20, 2018
Messages
1
Hi all,

I work for Acme Inc.

Acme Inc. is a box filled with the type of people who live and breath excel and use it like a swiss army knife.

I'm a vba developer.

Swiss army knife is fine, except lots of the sheets these folks work in are presented to clients and crossed referenced to other data.

The best way to describe it is that Acme Inc. loves to do data entry in excel sheets that resemble reports.

Maintaining the code that generates half a monster and a user entry form, but considered as data thing involves a lot of overhead. There can be anything anywhere, headers about different sections, column after column associated to each year, but side by side. Tables next to other tables that are difficult to grab with each other. Tables that check and validate other tables. Checks that are added to the same worksheet but way out in right field because changing the order of other checks that sometimes appear and sometimes don't causes errors.

Or to boil it all down to it's essence. Acme Inc Excel users enjoy inputting data into sheets formatted like a report that would be generated from data instead of into a place where one would enter data.

Acme Inc, has managed to maintained this madness fairly well, at the cost of the sanity of several developers I'm sure.

Is there a way to trick users into thinking they are updating their precious excel report data sheets, when in reality, their updates are stored into a sane table, and their reports are simply generated on the fly. Without too much rehashing of data.

For you see, there are 100s if not 1000s of these excel programs spread out everywhere, each doing things and formatted differently.

Acme users are very particular and don't take kindly to any suggestions of normalizing data entry, many a fangs have been presented to their inability to have control over their excel sheet, despite their control, controlling other users lock and key.

I would love to include an example, but no one example would cover all cases, I see no solution with these handcuffs to having any normalized data present.

If there is a way however, to have their updates seem seamless to some back-end, whether it's a separate worksheet or what not, without having to regenerate the view of the report that would be amazing.

My lousy brain can only come up with the following.

fieldhard_pasted_valueformula_xlformula_custlocation (read: worksheet)linked_cell_value
product_price12.22"=A4*C4"=[product_manu_cost]*[profitability_quot]Product Inventory=[Product Inventory]!D4
user_inputTalked to custoemrNANAProduct Inventory=[Product Inventory]!E4

<tbody>
</tbody>

Some sort of table that would hold the hard values, and the values shown on the sheet as well as how to derive those values. Whenever some major change was made to the sheet by some macro getting or formatting data, it would first hard paste the value from the linked cell field into the hard_pasted_value, and then do it's action, but here's the kicker, for each piece of data it would have to find where it now newly resides.

Seems like it would be better if the report was referencing this table as the truth rather than this table referencing the worksheet that gets formatted and manipulated and altered constantly. Solution seems very inadequate, but that's all I got.

Thank you for all your thoughts, I know this is possibly an impossible requirement, unless there is an excel feature I am completely unaware about.
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.

Forum statistics

Threads
1,215,425
Messages
6,124,824
Members
449,190
Latest member
rscraig11

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top