Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
rda rda is offline
external usenet poster
 
Posts: 4
Default Array across multiple worksheets

I have a situation where I am attempting to summarize how many times a value
in a cell occurs across multiple worksheets within the same range on each.
The problem that I have is that I need to limit the search based on the
current week that I am working with. The worksheets are labeled
"Week1","Week2", etc.

Here is the formula that I am attempting to use which isn't working:

=SUM(COUNTIF(INDIRECT("Week"&ROW(INDIRECT("1:"&B8) )&"!B84:B89"),D13))

where the value in B8 is 3 and the value in D13 is 4

Thanks in advance
RDA
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Array across multiple worksheets

What is the issue, it works if you array-enter it.

If you don't want to array-enter, use

=SUMPRODUCT(COUNTIF(INDIRECT("Week"&ROW(INDIRECT(" 1:"&B8))&"!B84:B89"),D13))

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"rda" wrote in message
...
I have a situation where I am attempting to summarize how many times a
value
in a cell occurs across multiple worksheets within the same range on each.
The problem that I have is that I need to limit the search based on the
current week that I am working with. The worksheets are labeled
"Week1","Week2", etc.

Here is the formula that I am attempting to use which isn't working:

=SUM(COUNTIF(INDIRECT("Week"&ROW(INDIRECT("1:"&B8) )&"!B84:B89"),D13))

where the value in B8 is 3 and the value in D13 is 4

Thanks in advance
RDA



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
How do I add multiple values in an array based on multiple hits? Steve in Columbia Excel Discussion (Misc queries) 12 September 10th 07 01:14 AM
Array: Counting multiple values within array Trilux_nogo Excel Worksheet Functions 4 April 16th 07 03:12 AM
Array formula referencing other worksheets broderp Excel Worksheet Functions 1 December 8th 06 09:27 PM
Two worksheets, one array bob Excel Discussion (Misc queries) 2 June 14th 06 11:26 PM
printing an array of worksheets Marco de Witte Excel Discussion (Misc queries) 4 December 8th 04 03:21 PM


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