Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #7  
Old 03-10-2020, 12:28 AM
ArviLaanemets ArviLaanemets is online now Queries to Return Highest WAR and Player's Name(s)? Windows 8 Queries to Return Highest WAR and Player's Name(s)? Office 2016
Expert
 
Join Date: May 2017
Posts: 949
ArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant future
Default

In Excel:
1. More complex formula in cell means more time to calculate the result for this cell. This time also depends on type of (sub)formulas used.;
2. Total time needed for calculations in table is sum of calculation times for every formula in table.

This taken into account, there is no way for fast calculations with your current setup and nearly 100000 records in table.

I'd consider creating a SQL Server database , and a Job there, which:
1. E.g. every night reads info from your table and refreshes a copy of it in SQL Server database;
2. After that, the Job runs a stored procedure in SQL Server database, which calculates all needed statistics and stores them in separate table in SQL Server database.

Now, in your Excel table, you create a query which reads the statistics table from SQL Server database, and returns the result as table in another sheet. So long as you are content with results at 'Yesterday', you get them whenever you open the workbook.

When you don't have full SQL Server, you can get SQL Server Express for free. The caveat is, no Jobs in Express - you have to use Windows Task Scheduler to run task which runs stored procedures in SQL Server database to read data, to do calculations, and to update statistics table.
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Find and Replace queries Daav Word 2 08-08-2019 02:44 PM
How To Find Highest Value In A Row And Return Column Header ballpoint Excel 1 02-23-2018 11:18 AM
Fetch highest number am_gup123 Excel 2 03-23-2017 01:56 AM
Queries to Return Highest WAR and Player's Name(s)? Web queries frankiefrankiefrankie Excel 2 09-27-2016 08:02 AM
Highest & lowest Numbers ibrahimaa Excel 3 04-23-2012 07:52 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 10:53 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft