I have a sheet "System Data" with a few thousand rows of data across dozens of columns. I have another sheet ""Stats" with 40 Sumproduct (SP) formulas, each parsing multiple points of data. The SP formula can take 20 minutes to render, which is painful to sit through. I suspect SP looks through the entire million+ rows in the sheet, rather than only the rows with data. I would like a VBA solution that would create a new sheet that has the reference for the last row of data in System Data column "H", which I can use in the SP formulas. But if [you] think the constant references to the last-row reference in new sheet would also create a substantial lag, then I'm open to a a better way I have not considered.
Thank you. R Lloyd
Thank you. R Lloyd