Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Issues referencing range between workbooks

Hi All,

Maybe I am just missing something really simple (most likely) so
forgive me if I seem a bit slow.

I started of with a single workbook, the first worksheet had a matrix
of figures in it, the next several tabs were filled with formulas and
macros to gather statistics and generate metrics. Due to some
performance issues and because I wanted the first sheet to be able to
be shared across several users, I split up the workbook, having the
Matrix worksheet in the first book (shared), and the other worksheets
in an Admin workbook.

The issue is that if I, the admin, open up the Matrix first, then open
the Admin workbook, all the admin formulas work. HOWEVER!!! If I open
up the Admin workbook alone, all formulas appear as #VALUE!

All admin formulas are using a named range. The range "status" is
specified as:

='C:\Documents and
Settings\[user]\Desktop\Projects\[filename.xls]Worksheet1'!$F$12:$Y$236

An example formula is:

=COUNTIF(status,"p*")

Is this a known issue? Or am I just missing something completely
obvious?

Cheers

Rob

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Issues referencing range between workbooks

There are functions that don't work with closed files.
=countif(), =sumif(), =indirect() are a few.

Maybe you could use:
=sumproduct(--(left(status,1)="p"))

=sumproduct() won't work with whole columns--but that's not a problem with your
name.


Rob Manger wrote:

Hi All,

Maybe I am just missing something really simple (most likely) so
forgive me if I seem a bit slow.

I started of with a single workbook, the first worksheet had a matrix
of figures in it, the next several tabs were filled with formulas and
macros to gather statistics and generate metrics. Due to some
performance issues and because I wanted the first sheet to be able to
be shared across several users, I split up the workbook, having the
Matrix worksheet in the first book (shared), and the other worksheets
in an Admin workbook.

The issue is that if I, the admin, open up the Matrix first, then open
the Admin workbook, all the admin formulas work. HOWEVER!!! If I open
up the Admin workbook alone, all formulas appear as #VALUE!

All admin formulas are using a named range. The range "status" is
specified as:

='C:\Documents and
Settings\[user]\Desktop\Projects\[filename.xls]Worksheet1'!$F$12:$Y$236

An example formula is:

=COUNTIF(status,"p*")

Is this a known issue? Or am I just missing something completely
obvious?

Cheers

Rob


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Issues referencing range between workbooks

Some more info.

=sumproduct() likes to work with numbers. The -- stuff changes trues and falses
to 1's and 0's.

Bob Phillips explains =sumproduct() in much more detail he
http://www.xldynamic.com/source/xld.SUMPRODUCT.html

And J.E. McGimpsey has some notes at:
http://mcgimpsey.com/excel/formulae/doubleneg.html

Rob Manger wrote:

Hi All,

Maybe I am just missing something really simple (most likely) so
forgive me if I seem a bit slow.

I started of with a single workbook, the first worksheet had a matrix
of figures in it, the next several tabs were filled with formulas and
macros to gather statistics and generate metrics. Due to some
performance issues and because I wanted the first sheet to be able to
be shared across several users, I split up the workbook, having the
Matrix worksheet in the first book (shared), and the other worksheets
in an Admin workbook.

The issue is that if I, the admin, open up the Matrix first, then open
the Admin workbook, all the admin formulas work. HOWEVER!!! If I open
up the Admin workbook alone, all formulas appear as #VALUE!

All admin formulas are using a named range. The range "status" is
specified as:

='C:\Documents and
Settings\[user]\Desktop\Projects\[filename.xls]Worksheet1'!$F$12:$Y$236

An example formula is:

=COUNTIF(status,"p*")

Is this a known issue? Or am I just missing something completely
obvious?

Cheers

Rob


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Issues referencing range between workbooks

Hi Dave,

Thanks heaps for clarifying that.

Rob

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
Using a worksheet name from a range RPH Excel Worksheet Functions 3 January 27th 06 08:40 PM
Pivot table range issues from report writer download Todd F. Excel Discussion (Misc queries) 1 July 22nd 05 06:07 PM
Functions referencing unopened workbooks VB Newbie Excel Worksheet Functions 1 January 27th 05 01:11 AM
Formula to Sum a definable range of workbooks mr_chattaway Excel Worksheet Functions 1 January 11th 05 04:07 PM
Referencing workbooks Ken New Users to Excel 1 December 31st 04 04:45 PM


All times are GMT +1. The time now is 01:10 AM.

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

About Us

"It's about Microsoft Excel"