#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Formula #Value error

I am trying to pull information from another workbook and only get an error
when the other workbook is not open. When the other workbook is open, all is
well.

Here is the formula.
=IF(COUNTIF('[EP01Jan1-2-4-07.xls]Eff'!$AH:$AH,CONCATENATE($C3,$B3,$C$2))=0,"n/a",SUMIF('[EP01Jan1-2-4-07.xls]Eff'!$AH:$AH,CONCATENATE($C3,$B3,$C$2),'[EP01Jan1-2-4-07.xls]Eff'!$Z:$Z)/COUNTIF('[EP01Jan1-2-4-07.xls]Eff'!$AH:$AH,CONCATENATE($C3,$B3,$C$2)))

Looking for any help I cna get on this.
Thanks


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default Formula #Value error

Some functions do not work when they reference closed workbooks.

Given the description of your problem, you are likely encountering this
limitation with one of the functions you are using.
--
Brevity is the soul of wit.


"Hanr3" wrote:

I am trying to pull information from another workbook and only get an error
when the other workbook is not open. When the other workbook is open, all is
well.

Here is the formula.
=IF(COUNTIF('[EP01Jan1-2-4-07.xls]Eff'!$AH:$AH,CONCATENATE($C3,$B3,$C$2))=0,"n/a",SUMIF('[EP01Jan1-2-4-07.xls]Eff'!$AH:$AH,CONCATENATE($C3,$B3,$C$2),'[EP01Jan1-2-4-07.xls]Eff'!$Z:$Z)/COUNTIF('[EP01Jan1-2-4-07.xls]Eff'!$AH:$AH,CONCATENATE($C3,$B3,$C$2)))

Looking for any help I cna get on this.
Thanks


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Formula #Value error

Could it be the CONCATENATE function that is causing the error?


"Dave F" wrote:

Some functions do not work when they reference closed workbooks.

Given the description of your problem, you are likely encountering this
limitation with one of the functions you are using.
--
Brevity is the soul of wit.


"Hanr3" wrote:

I am trying to pull information from another workbook and only get an error
when the other workbook is not open. When the other workbook is open, all is
well.

Here is the formula.
=IF(COUNTIF('[EP01Jan1-2-4-07.xls]Eff'!$AH:$AH,CONCATENATE($C3,$B3,$C$2))=0,"n/a",SUMIF('[EP01Jan1-2-4-07.xls]Eff'!$AH:$AH,CONCATENATE($C3,$B3,$C$2),'[EP01Jan1-2-4-07.xls]Eff'!$Z:$Z)/COUNTIF('[EP01Jan1-2-4-07.xls]Eff'!$AH:$AH,CONCATENATE($C3,$B3,$C$2)))

Looking for any help I cna get on this.
Thanks


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default Formula #Value error

It doesn't look like CONCATENATE references external workbooks in your
formula. SUMIF and COUNTIF do. It is one or both of those functions.

Dave
--
Brevity is the soul of wit.


"Hanr3" wrote:

Could it be the CONCATENATE function that is causing the error?


"Dave F" wrote:

Some functions do not work when they reference closed workbooks.

Given the description of your problem, you are likely encountering this
limitation with one of the functions you are using.
--
Brevity is the soul of wit.


"Hanr3" wrote:

I am trying to pull information from another workbook and only get an error
when the other workbook is not open. When the other workbook is open, all is
well.

Here is the formula.
=IF(COUNTIF('[EP01Jan1-2-4-07.xls]Eff'!$AH:$AH,CONCATENATE($C3,$B3,$C$2))=0,"n/a",SUMIF('[EP01Jan1-2-4-07.xls]Eff'!$AH:$AH,CONCATENATE($C3,$B3,$C$2),'[EP01Jan1-2-4-07.xls]Eff'!$Z:$Z)/COUNTIF('[EP01Jan1-2-4-07.xls]Eff'!$AH:$AH,CONCATENATE($C3,$B3,$C$2)))

Looking for any help I cna get on this.
Thanks


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Formula #Value error

Both Countif an Sumif are the cause of the problem. Use Sumproduct in place
of both but you can't use entire columns.

Biff

"Hanr3" wrote in message
...
I am trying to pull information from another workbook and only get an error
when the other workbook is not open. When the other workbook is open, all
is
well.

Here is the formula.
=IF(COUNTIF('[EP01Jan1-2-4-07.xls]Eff'!$AH:$AH,CONCATENATE($C3,$B3,$C$2))=0,"n/a",SUMIF('[EP01Jan1-2-4-07.xls]Eff'!$AH:$AH,CONCATENATE($C3,$B3,$C$2),'[EP01Jan1-2-4-07.xls]Eff'!$Z:$Z)/COUNTIF('[EP01Jan1-2-4-07.xls]Eff'!$AH:$AH,CONCATENATE($C3,$B3,$C$2)))

Looking for any help I cna get on this.
Thanks






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
Find value in array Brook6 Excel Worksheet Functions 26 January 30th 07 09:40 PM
Formula Error DavidB New Users to Excel 10 October 19th 06 06:12 AM
Formula Recalculation Error uknow message board Excel Worksheet Functions 2 September 21st 06 05:33 PM
Let me save/close EXCEL if a formula I put in has an error in it Tony Borg Setting up and Configuration of Excel 1 September 2nd 06 04:13 AM
I get error with "ROWS" in the formula - nested formula question Marie J-son Excel Worksheet Functions 0 January 4th 06 01:55 PM


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