This question is an off-shoot of a discussion that started here:
I have run into a limitation in Data shuttle- my uploads time out because the target sheet has too many formulas to process with new data uploads. Tier 2 support offered some suggestions, but the only one that is close to viable is to off-load the formula analysis to a secondary sheet. Here are the parameters of the project that I am trying to maintain:
1) Need to be able to Update and Add into existing data (move automations would break this, so cannot be part of the solution)
2) Need to be able to tabulate final metrics across 20+ teams that use the primary source data
3) Need to recognize when source data is no longer "in progress" and can be removed from the source sheet (a move automation in lieu of an auto-delete is fine here)
4) Need to compare the primary data source (running around 5000 rows currently) with 2 other data sources, so I have to be cognizant of the lookup limitation of 100,000 links.
So, on a conceptual level, can anyone recommend a process whereby I can have a data source in Sheet 1 that can be analyzed in Sheet 2, even though Sheet 1 will change in length every day (adds and removes) and receive updates periodically throughout the lifespan of the task?
Can't post examples because I have no idea where to start, so right now this would be a theoretical discussion.
Here is a basic analysis I have to perform
Sheet 1: Source. Includes patient name and order type
Sheet 2: The theoretical sheet I am trying to develop that does all the analysis
Sheet 3: Lookup source- identifies if the order is preventing billing
Sheet 4: Lookup source- identifies if the order has been received
Theoretical Sequence:
1) Data Shuttle uploads to Sheet 1
2) Sheet 2 registers new additions to Sheet 1 (needs to be dynamic, but not create duplicates). This creates the list of values to be analyzed.
3) Sheet 2 looks up against Sheets 3 and 4 to identify which orders are outstanding, holding billing, or received.
4) Sheet 2 feeds reports to the respective teams for tracking and updating
5) Sheet 1 is updated daily with adds, updates and Sheet 2 needs to stay in sync
Thanks for any ideas or recommendations.