Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / January 2007

Tip: Looking for answers? Try searching our database.

Array Formula not updating

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
collis47@hotmail.com - 25 Jan 2007 05:18 GMT
I have a quite a large array formula:

{=(INDEX('[Plant Movements Entry.xls]Data'!$E$2:$E$9997,MAX(('[Plant
Movements Entry.xls]Data'!$A$2:$A$9997=A3)*ROW('[Plant Movements
Entry.xls]Data'!$A$2:$A$9997))-CELL("row",'[Plant Movements
Entry.xls]Data'!$A$2)+1))}

for some reason it wont update properly unless the other workbook which
it refers to is open, if the other book is not open it returns error
values.

its strange because i have used the same formula in other books with
out incident

can any one shed some light on why this may be?

Cheers
T. Valko - 25 Jan 2007 06:00 GMT
The problem is the CELL function.

You don't need it: (array entered)

=INDEX('[Plant Movements Entry.xls]Data'!$E$2:$E$9997,MAX(('[Plant
Movements Entry.xls]Data'!$A$2:$A$9997=A3)*ROW('[Plant Movements
Entry.xls]Data'!$A$2:$A$9997))-1)

Since your data starts in row 2 you only need to offset by -1 row for the
Index to work properly.

Biff

>I have a quite a large array formula:
>
[quoted text clipped - 13 lines]
>
> Cheers

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.