Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default Very Slow Calculating

My formula calculating is very slow, formula is as under & my active cell is
E5 !
E5 12345
J5 =IF($E5="","",IF(ISNA(VLOOKUP($E5,sl,11,)),"",VLOO KUP($E5,sl,11,)))
L5 6,200 (this cell has unit price)
M5 115.00 (this cell has exchange rate)
N5 =$L5*IF($M5=0,1,$M5)
O5 =SUMPRODUCT(($E$5:$E5=$E5)*($L$5:$L5<0)*($L$5:$L5) )
Even C5 doesn't have any formula just I am putting date but still taking
long time than normal.
Any idea to make it faster ?
Thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Very Slow Calculating

You showed the formulas/data in row 5.

How far down do these formulas/data go? The greater the number of rows, the
longer =sumproduct() will take to calc.

If sl has a lot of rows, then the =vlookup()'s will take a long time, too.

Tufail wrote:

My formula calculating is very slow, formula is as under & my active cell is
E5 !
E5 12345
J5 =IF($E5="","",IF(ISNA(VLOOKUP($E5,sl,11,)),"",VLOO KUP($E5,sl,11,)))
L5 6,200 (this cell has unit price)
M5 115.00 (this cell has exchange rate)
N5 =$L5*IF($M5=0,1,$M5)
O5 =SUMPRODUCT(($E$5:$E5=$E5)*($L$5:$L5<0)*($L$5:$L5) )
Even C5 doesn't have any formula just I am putting date but still taking
long time than normal.
Any idea to make it faster ?
Thanks in advance


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default Very Slow Calculating

all ranges are 5 ~ 4000 and i am using MO 2007.


"Dave Peterson" wrote:

You showed the formulas/data in row 5.

How far down do these formulas/data go? The greater the number of rows, the
longer =sumproduct() will take to calc.

If sl has a lot of rows, then the =vlookup()'s will take a long time, too.

Tufail wrote:

My formula calculating is very slow, formula is as under & my active cell is
E5 !
E5 12345
J5 =IF($E5="","",IF(ISNA(VLOOKUP($E5,sl,11,)),"",VLOO KUP($E5,sl,11,)))
L5 6,200 (this cell has unit price)
M5 115.00 (this cell has exchange rate)
N5 =$L5*IF($M5=0,1,$M5)
O5 =SUMPRODUCT(($E$5:$E5=$E5)*($L$5:$L5<0)*($L$5:$L5) )
Even C5 doesn't have any formula just I am putting date but still taking
long time than normal.
Any idea to make it faster ?
Thanks in advance


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Very Slow Calculating

4000 =sumproduct() formulas sound like a lot to me. Especially since each uses
more rows than the last.

Maybe you could use helper columns and alternative formulas--or live with the
delay???

Tufail wrote:

all ranges are 5 ~ 4000 and i am using MO 2007.

"Dave Peterson" wrote:

You showed the formulas/data in row 5.

How far down do these formulas/data go? The greater the number of rows, the
longer =sumproduct() will take to calc.

If sl has a lot of rows, then the =vlookup()'s will take a long time, too.

Tufail wrote:

My formula calculating is very slow, formula is as under & my active cell is
E5 !
E5 12345
J5 =IF($E5="","",IF(ISNA(VLOOKUP($E5,sl,11,)),"",VLOO KUP($E5,sl,11,)))
L5 6,200 (this cell has unit price)
M5 115.00 (this cell has exchange rate)
N5 =$L5*IF($M5=0,1,$M5)
O5 =SUMPRODUCT(($E$5:$E5=$E5)*($L$5:$L5<0)*($L$5:$L5) )
Even C5 doesn't have any formula just I am putting date but still taking
long time than normal.
Any idea to make it faster ?
Thanks in advance


--

Dave Peterson


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default Very Slow Calculating

Ok i will try to reduce range, anyway thank you very much for your attention.

"Dave Peterson" wrote:

4000 =sumproduct() formulas sound like a lot to me. Especially since each uses
more rows than the last.

Maybe you could use helper columns and alternative formulas--or live with the
delay???

Tufail wrote:

all ranges are 5 ~ 4000 and i am using MO 2007.

"Dave Peterson" wrote:

You showed the formulas/data in row 5.

How far down do these formulas/data go? The greater the number of rows, the
longer =sumproduct() will take to calc.

If sl has a lot of rows, then the =vlookup()'s will take a long time, too.

Tufail wrote:

My formula calculating is very slow, formula is as under & my active cell is
E5 !
E5 12345
J5 =IF($E5="","",IF(ISNA(VLOOKUP($E5,sl,11,)),"",VLOO KUP($E5,sl,11,)))
L5 6,200 (this cell has unit price)
M5 115.00 (this cell has exchange rate)
N5 =$L5*IF($M5=0,1,$M5)
O5 =SUMPRODUCT(($E$5:$E5=$E5)*($L$5:$L5<0)*($L$5:$L5) )
Even C5 doesn't have any formula just I am putting date but still taking
long time than normal.
Any idea to make it faster ?
Thanks in advance

--

Dave Peterson


--

Dave Peterson

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Slow Excel Navigation with Up / Down Arrow and slow scrolling deddog Excel Discussion (Misc queries) 0 August 14th 07 09:56 PM
Calculating is very slow TonyL Excel Discussion (Misc queries) 3 February 13th 07 11:13 PM
Microsoft request for slow-calculating workbooks Charles Williams Excel Discussion (Misc queries) 0 March 1st 06 09:06 AM
Microsoft request for slow-calculating workbooks Charles Williams Excel Worksheet Functions 0 March 1st 06 09:06 AM
Calculating recurring date in following month, calculating # days in that period Walterius Excel Worksheet Functions 6 June 4th 05 11:21 PM


All times are GMT +1. The time now is 12:37 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"