best practice storing data
RH

Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Best practice for storing data

Best practice for storing data

resolvedResolved · Low Priority · Version 2016

George has attended:
Excel VBA Advanced course

Best practice for storing data

I'm building a tool used for resource forecasting and actual performance.

RE: Best practice for storing data

Hi George,

Thank you for the forum question.

Excel is a great application to store large data sets if you do not store the data in the worksheets but in the Excel data model. Microsoft has created an amazing compression technology which outperform most databases.

You can have 2,147,483,647 tables in this "Database" and each of those tables can have a maximum of 2,147,483,647 columns and 1,999,999,997 rows.

You can have live connections to any number of data sources and Microsoft has created a very powerful query/function language called DAX (Data analysis expressions), which can perform cube calculations very fast.

All the Power tools in Excel are created to handle large data sets. PowerPivot, Power Query, Power View, and the stand alone application Power Bi.




Kind regards

Jens Bonde
Microsoft Office Specialist Trainer

Tel: 0207 987 3777
STL - https://www.stl-training.co.uk
98%+ recommend us

London's leader with UK wide delivery in Microsoft Office training and management training to global brands, FTSE 100, SME's and the public sector

Wed 29 May 2019: Automatically marked as resolved.

 

Training courses

 

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Excel tip:

Copying Values Without Formulas in Excel 2010

If you want to copy the contents of a cell but don't want to copy the formula with it then use the following simple method:

Press Ctrl+C to copy the values in the cell. On the Home tab, click Paste and then click Paste Values.

View all Excel hints and tips


Server loaded in 0.06 secs.