I have a large excel spreadsheet that looks up data on another server with an addin. I have many formulas in my spreadsheet. My problem is at the beginning of the month, the spread sheet is empty so it loads pretty quick. All the data that its looking up is empty. But, towards the end of the month, when there is over 300 entries, the load time is very slow. All the data in this ss is based on a time entered in column X Row 1, where X is A-IO. So when the ss opens up it looks at A1, and starts retrieving data, and it does this all the way to column IO. Whats the best way to fix this where once data is gathered, it will only store a value? The problem I'm running into is, I need formulas in the cells until we put in a date/time is Col X, Row 1. Once that time is entered, the ss goes and gathers data from a server, and performs my calculations. Once that is done, I don't need the formulas. If I save the ss, the next time it is opened, there is no actual values saved, its all formulas. It then has to go out and regather and recalculate. Is there a way to do this when we save the ss? So at the end of the day, when we hit save, the spread sheet will save only the value in the cell instead of the formula? Thanks in advance.
Bookmarks