English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have built a trading model in excel which will take real-time data and perform various calculations. I therefore need excel to be as quick as possible.

I've recently bought a Macbook pro and am quite disappointed because using excel is really slow.

Please could somebody tell me anyways I can make excel faster or any alternatives for performing my calculations as quickly as possible.

Thanks.

2007-11-16 16:32:37 · 3 answers · asked by MightyMouse 2 in Computers & Internet Programming & Design

3 answers

Hi,

There may be things you can do to optimize your model.

There is a usenet newsgroup devoted to Mac Excel. If you don't have a news reader program configured you can get too it via Google and by the Microsoft web site (see link below).

When you post, be specific. Mention specific formulas or actions that you think could be the bottle neck.

-Jim

2007-11-19 15:32:49 · answer #1 · answered by jimgmacmvp 7 · 0 0

I suspect that you problem is mainly due to the fact that Excel hasn't been made native to the new Intel processors, yet. I don't own a Mac, but I did try Excel on several Macs at an Apple store this summer. It was very disappointing.

With that said, you might take a look at the site listed in the source list for some general calculation speed tips.

2007-11-17 10:05:22 · answer #2 · answered by Tim 4 · 0 0

Enter your start date in a cell, say A1. Make sure this is entered correctly as a date which Excel recognises. If you are in the USA this would be something like 07/25/10 In Europe:- 25/07/10 You can now force Excel to do a calculation every 2 weeks. For instance, say you have a series of payments in B2 to B10, you could sum those payments every 14 days in B1:- =IF(MOD(DATEDIF($A$1, TODAY(),"d"),14)=0, SUM(B2:B10),"") (remove the spaces from this formula, and paste it into cell B1).

2016-05-23 22:42:12 · answer #3 · answered by ? 3 · 0 0

fedest.com, questions and answers