S
stakar
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 ar
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' th
AI2 finds the start of the column and the AI3 the end of it. For th
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 th
'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 advanc
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 ar
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' th
AI2 finds the start of the column and the AI3 the end of it. For th
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 th
'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 advanc