Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 72
Default array formula doesnt work from row 32737

Hi
i'm using "array" formula in my excel macro and from some reason the
excel cannot populate the formula above 32737 rows,is there an option
to overcome this problem?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default array formula doesnt work from row 32737

Hi,

Seeing the macro would have been helpful but my guess is you may mean 32,767
and this may be because you have a variable incorrectly Dimensioned as
integer. Dimension as long instead.

Mike

"thread" wrote:

Hi
i'm using "array" formula in my excel macro and from some reason the
excel cannot populate the formula above 32737 rows,is there an option
to overcome this problem?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,420
Default array formula doesnt work from row 32737

Change any integer variables to Long.

--
__________________________________
HTH

Bob

"thread" wrote in message
...
Hi
i'm using "array" formula in my excel macro and from some reason the
excel cannot populate the formula above 32737 rows,is there an option
to overcome this problem?



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 210
Default array formula doesnt work from row 32737

Try adding to arrays =sum(if(a1=a1:a32000,1,0))+sum(if(a1=a32001:a65535 ,1,0))

cntrl+shift+enter
--
http://www.ExcelHelp.us

888-MY-ETHER ext. 01781474



"thread" wrote:

Hi
i'm using "array" formula in my excel macro and from some reason the
excel cannot populate the formula above 32737 rows,is there an option
to overcome this problem?

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 72
Default array formula doesnt work from row 32737

this is one of the formulas
=IF(AE32737="","",IF(VLOOKUP(I32737,'AMR %'!J:AB,6,0)0,VLOOKUP
(I32737,'AMR %'!J:AB,6,0)*9-4,INDEX(Definitions!$E$24:$E$273,MATCH(1,
(AE32737=Definitions!$C$24:$C$273)*(AE32737<=Defi nitions!$D$24:$D
$273),0))))
and the last in line
On 25 ×*ובמבר, 17:50, Mike H wrote:
Hi,

Seeing the macro would have been helpful but my guess is you may mean 32,767
and this may be because you have a variable incorrectly Dimensioned as
integer. Dimension as long instead.

Mike



"thread" wrote:
Hi
i'm using "array" formula in my excel macro and from some reason the
excel cannot populate the formula above 32737 rows,is there an option
to overcome this problem?-הסתר טקסט מצוטט-


-הר××” טקסט מצוטט-


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
Formula doesnt work when copy in different cell Mat Excel Discussion (Misc queries) 3 April 20th 07 08:34 PM
This Hyperlink formula doesnt work cbm Excel Programming 6 October 15th 06 03:41 PM
Formula doesnt work Kevin Excel Worksheet Functions 2 February 24th 05 12:57 AM
TAB Key doesnt work. Murat D. Hekimoðlu Excel Programming 1 January 25th 05 10:48 AM
excel lookup help... already have formula but doesnt always work LoboNetwork[_3_] Excel Programming 9 November 4th 04 02:54 PM


All times are GMT +1. The time now is 08:39 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"