formula processing

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Formula Processing

Formula Processing

resolvedResolved · Medium Priority · Version 2010

Gareth has attended:
Excel Advanced course
Excel VBA Intro Intermediate course
Excel VBA Intro Intermediate course

Formula Processing

Certain formulae seem to take longer to process than others, is there a schedule of formula run-times ... e.g. DSUM vs SUMPRODUCT with D.U.O.?

RE: Formula Processing

Hi Gareth

Thanks for getting in touch.

I'm not aware of a 'league table' of formula processing time. You are right; some do take longer than others. Some of them are call other functions in the background so on a lot of data can see a significant delay.

Two ways to increase the speed of formula execution include: converting to an array (or CSE) formula often sees dramatic improvement, or using VBA to access the data directly without having to use the Excel interface. If you are experiencing noticeable slowdown executing formulas, a custom VBA routine or function is probably the way to go.

Kind regards

Gary Fenn
Microsoft Office Specialist Trainer

Tel: 0207 987 3777
Best 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

Mon 10 Dec 2012: Automatically marked as resolved.

 

Training courses

 

Training information:

See also:

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:

Generate randon numbers

Some types of analysis require you to use randomly generated numbers. You can also use randomly generated numbers to quickly populate an Excel spreadsheet. There's an easy function you can use to do this automatically. Here are a few of the ways you can use it:

Type =RAND() in a cell to generate a number between 0 and 1.
Type =RAND()*100 to generate a number between 1 and 100.

View all Excel hints and tips


Server loaded in 0.09 secs.