Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Josh in Indy
 
Posts: n/a
Default CountIf Function Question

I have a summary spreadsheet, "April Daily Revenue Impact.xls" that has a tab
for each day of the month. Also, for each day of the month there is a
seperate spreadsheet that contains the orders for each day. The tabs on the
summary spreadsheet should look at the daily order log and summarize the
quantity of orders and the revenue impact of the orders by region. The
Sumproduct function works great for the revenues. However, the Countif
function will only function if the corresponding Daily Order Log is open when
the values are updated, otherwise it returns "#VALUE".

The function is entered as: "=COUNTIF([04042006.xls]Master
Worksheet'!$C$3:$C$83,A4)" where Row "C" is the Region on the 04042006.xls
Spreadsheet and Row "A" is the same regions on the summary spreadsheet. When
the corresponding Daily Order Log is open, the function returns the correct
values.

Any help would be greatly appreciated.

  #2   Report Post  
Posted to microsoft.public.excel.misc
deflated
 
Posts: n/a
Default CountIf Function Question

try clicking on edit, then go to "links". then select the 04042006.xls
spreasheet and click "update values"

"Josh in Indy" wrote:

I have a summary spreadsheet, "April Daily Revenue Impact.xls" that has a tab
for each day of the month. Also, for each day of the month there is a
seperate spreadsheet that contains the orders for each day. The tabs on the
summary spreadsheet should look at the daily order log and summarize the
quantity of orders and the revenue impact of the orders by region. The
Sumproduct function works great for the revenues. However, the Countif
function will only function if the corresponding Daily Order Log is open when
the values are updated, otherwise it returns "#VALUE".

The function is entered as: "=COUNTIF([04042006.xls]Master
Worksheet'!$C$3:$C$83,A4)" where Row "C" is the Region on the 04042006.xls
Spreadsheet and Row "A" is the same regions on the summary spreadsheet. When
the corresponding Daily Order Log is open, the function returns the correct
values.

Any help would be greatly appreciated.

  #3   Report Post  
Posted to microsoft.public.excel.misc
Josh in Indy
 
Posts: n/a
Default CountIf Function Question

That will update all of the values except the quantity of orders, which will
return the "#VALUE" until I open the 04042006.xls spreadsheet. When that
sheet is opened, the quantity of orders updates and shows the correct value.

"deflated" wrote:

try clicking on edit, then go to "links". then select the 04042006.xls
spreasheet and click "update values"

"Josh in Indy" wrote:

I have a summary spreadsheet, "April Daily Revenue Impact.xls" that has a tab
for each day of the month. Also, for each day of the month there is a
seperate spreadsheet that contains the orders for each day. The tabs on the
summary spreadsheet should look at the daily order log and summarize the
quantity of orders and the revenue impact of the orders by region. The
Sumproduct function works great for the revenues. However, the Countif
function will only function if the corresponding Daily Order Log is open when
the values are updated, otherwise it returns "#VALUE".

The function is entered as: "=COUNTIF([04042006.xls]Master
Worksheet'!$C$3:$C$83,A4)" where Row "C" is the Region on the 04042006.xls
Spreadsheet and Row "A" is the same regions on the summary spreadsheet. When
the corresponding Daily Order Log is open, the function returns the correct
values.

Any help would be greatly appreciated.

  #4   Report Post  
Posted to microsoft.public.excel.misc
deflated
 
Posts: n/a
Default CountIf Function Question

i tried this on my spreadsheet and your right, it doesn't work. but it does
work if you do a straight link to the other sheet. iow do the countif on the
other sheet and then do =(cell #) on the sheet you have open.

"Josh in Indy" wrote:

That will update all of the values except the quantity of orders, which will
return the "#VALUE" until I open the 04042006.xls spreadsheet. When that
sheet is opened, the quantity of orders updates and shows the correct value.

"deflated" wrote:

try clicking on edit, then go to "links". then select the 04042006.xls
spreasheet and click "update values"

"Josh in Indy" wrote:

I have a summary spreadsheet, "April Daily Revenue Impact.xls" that has a tab
for each day of the month. Also, for each day of the month there is a
seperate spreadsheet that contains the orders for each day. The tabs on the
summary spreadsheet should look at the daily order log and summarize the
quantity of orders and the revenue impact of the orders by region. The
Sumproduct function works great for the revenues. However, the Countif
function will only function if the corresponding Daily Order Log is open when
the values are updated, otherwise it returns "#VALUE".

The function is entered as: "=COUNTIF([04042006.xls]Master
Worksheet'!$C$3:$C$83,A4)" where Row "C" is the Region on the 04042006.xls
Spreadsheet and Row "A" is the same regions on the summary spreadsheet. When
the corresponding Daily Order Log is open, the function returns the correct
values.

Any help would be greatly appreciated.

  #5   Report Post  
Posted to microsoft.public.excel.misc
Josh in Indy
 
Posts: n/a
Default CountIf Function Question

That does work, thanks for the help.

If anyone knows how to make this work without having to add this function to
the 04042006.xls spreadsheet I would really rather not have that function on
that sheet.

Thanks

"deflated" wrote:

i tried this on my spreadsheet and your right, it doesn't work. but it does
work if you do a straight link to the other sheet. iow do the countif on the
other sheet and then do =(cell #) on the sheet you have open.

"Josh in Indy" wrote:

That will update all of the values except the quantity of orders, which will
return the "#VALUE" until I open the 04042006.xls spreadsheet. When that
sheet is opened, the quantity of orders updates and shows the correct value.

"deflated" wrote:

try clicking on edit, then go to "links". then select the 04042006.xls
spreasheet and click "update values"

"Josh in Indy" wrote:

I have a summary spreadsheet, "April Daily Revenue Impact.xls" that has a tab
for each day of the month. Also, for each day of the month there is a
seperate spreadsheet that contains the orders for each day. The tabs on the
summary spreadsheet should look at the daily order log and summarize the
quantity of orders and the revenue impact of the orders by region. The
Sumproduct function works great for the revenues. However, the Countif
function will only function if the corresponding Daily Order Log is open when
the values are updated, otherwise it returns "#VALUE".

The function is entered as: "=COUNTIF([04042006.xls]Master
Worksheet'!$C$3:$C$83,A4)" where Row "C" is the Region on the 04042006.xls
Spreadsheet and Row "A" is the same regions on the summary spreadsheet. When
the corresponding Daily Order Log is open, the function returns the correct
values.

Any help would be greatly appreciated.

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
COUNTIF Subtotal Function? jcpotwor Excel Discussion (Misc queries) 2 January 12th 06 01:56 PM
Countif Function, complex criteria Tomski Excel Worksheet Functions 4 January 9th 06 03:45 PM
Array Function Question Henrik Excel Worksheet Functions 1 June 8th 05 02:24 AM
Dynamic Function Reference Question excel newbie Excel Discussion (Misc queries) 1 April 20th 05 08:09 PM
How do I use COUNTIF in a SUBTOTAL function to differentiate the . Lettie Excel Worksheet Functions 6 March 22nd 05 08:47 AM


All times are GMT +1. The time now is 01:59 PM.

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"