Managing Dependencies Between Worksheet Processes in Excel
I have two different tabs within the same worksheet. So the first tab runs a process that pulls information from a contacts LinkedIn, does some enrichment on it and then spits out an output. I then have a second process and a second tab that actually makes reference to the first tabs output or the first tabs research before it can move on any further. I kind of have a race condition I’m dealing with though where if you start the first and second tab at similar times, the second tab will crap out because the first tab has not completed its work. What I want to try and do is figure out if there’s a way to put like a pause or some sort of rule on the second tab to say don’t, if you have started, don’t proceed any further until the first tab has completed its work and kind of wait for a certain period of time and after a little while time out but have kind of an open window for asynchronous feedback from the first tab prior to doing the second tabs work.