A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Difficult Countif with multiple sheets



 
 
Thread Tools Display Modes
  #1  
Old August 24th, 2004, 02:48 PM
stakar
external usenet poster
 
Posts: n/a
Default Difficult Countif with multiple sheets

Hi!
Im using the following formula to get a countif
=COUNTIF(INDEX('Ê1'!4:4;1;$AI$2):INDEX('Ê1'!4:4;1; $AI$3);0)
which is filling down to the cell 1000

The AI2 cell is
{=MIN(IF('K1'!B2:IV2=S3;COLUMN('Ê1'!B2:IV2)))}

and AI3 cell is

{=MAX(IF('K1'!B2:IV2=S3;COLUMN('K1'!B2:IV2)))}

and the S3 cell is a list having '01,'02','03',04' etc. The values are
getting from the cells A1:I1 from the sheet 'K1'

I have a sheet called 'K1' and it is like

A B C D E F G H I
1 01 01 01 01 02 02 02 03 03
2 1 2 1 0 0 1 4 5 0
3 0 5 0 1 1 2 1 0 1
4 1 2 0 0 0 1 0 0 1

So each time i choose from the list (cell S3) a value eg. the '01' the

AI2 finds the start of the column and the AI3 the end of it. For the
example using the value '01' the AI2 will be 2 and the AI3 will be 5.
At last the countif uses the values of the AI2 and AI3 and counts the
'0' or the '1'or ....

What i want is
To use the above but with multiple sheets. So i have except the K1 ,
the K2 , K3 and K4.
Can anyone help me??

Thanks in advance


---
Message posted from http://www.ExcelForum.com/

  #2  
Old August 25th, 2004, 10:13 AM
stakar
external usenet poster
 
Posts: n/a
Default

Sorry , but i dont understand
The whole idea is how to have a countif with multiple criteria for
multiple sheets!

I want to count how many '1' are in A2:IV2 when the A1:IV1 is "A" but
for multiple sheets (sheet 1 to sheet4).

I have tried something but it didnt work. I also use the THREED() and
COUNTIF.3D functions but i didnt manage to make it works
SUMPRODUCT is extremely slow for what i have to do[/color]
Is any other idea???

Thanks



Anonymous wrote:[color=blue]
*point to the range in each sheet, it will write the=20
proper code for the name of the sheet. Each range needs=20
to be separated by a comma.

the range will look something like this: M5:Z5,sheet K=20
A5:z5
-----Original Message-----
Hi!
Im using the following formula to get a countif
=3DCOUNTIF(INDEX('=CA1'!4:4;1;$AI$2):INDEX('=CA1' !

4:4;1;$AI$3);0)
which is filling down to the cell 1000

The AI2 cell is=20
{=3DMIN(IF('K1'!B2:IV2=3DS3;COLUMN('=CA1'!B2:IV2) ))}

and AI3 cell is

{=3DMAX(IF('K1'!B2:IV2=3DS3;COLUMN('K1'!B2:IV2))) }

and the S3 cell is a list having '01,'02','03',04' etc.=20

The values are
getting from the cells A1:I1 from the sheet 'K1'

I have a sheet called 'K1' and it is like

A B C D E F G H I
1 01 01 01 01 02 02 02 03 03
2 1 2 1 0 0 1 4 5 0
3 0 5 0 1 1 2 1 0 1
4 1 2 0 0 0 1 0 0 1 =20

So each time i choose from the list (cell S3) a value=20

eg. the '01' the

AI2 finds the start of the column and the AI3 the end of=20

it. For the
example using the value '01' the AI2 will be 2 and the=20

AI3 will be 5.
At last the countif uses the values of the AI2 and AI3=20

and counts the
'0' or the '1'or ....

What i want is
To use the above but with multiple sheets. So i have=20

except the K1 ,
the K2 , K3 and K4.
Can anyone help me??

Thanks in advance


---
Message posted from http://www.ExcelForum.com/

.
* Please dont use the



---
Message posted from http://www.ExcelForum.com/

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Using multiple criteria in SUMIF & COUNTIF? ScubaJoe13bitem Worksheet Functions 1 May 12th, 2004 03:22 AM
Formula across multiple sheets Dave Worksheet Functions 1 March 18th, 2004 10:50 PM
Using Countif across multiple sheets shades Worksheet Functions 22 January 26th, 2004 07:00 PM
COUNTIF single criteria across multiple sheets?? Earl Kiosterud Worksheet Functions 1 October 29th, 2003 06:17 PM


All times are GMT +1. The time now is 03:29 PM.


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