A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
My question is, if this new tab is created, that simply just references EXISTING tabs that rely on the refresh, will that new tab increase the run time?
The exact technical answer is yes.
If we make a new file, write 1 into A1 and =A1+1 into A2, we have a refresh time of n seconds.
Your are asking: Will a formula =A2+1 in A3 increase the runtime?
Yes, the calculation time of the formulas itself will increase by 100%, because now we have 2 formulas.
However, the internal calculation time is so short that just loading the calculation chain and the engine probably takes a thousand times as long. For a human, it therefore makes no difference whether you have one or two or a few more formulas.
If a super-extra-ordinary formula in A1 takes 30 minutes to calculate and you add the formula =A1 anywhere it will not increase the runtime significantly... for a human.
Andreas.