Hi
I have this formula which works
=COUNTIFS(Table1[[Country]:[Country]],"*"&$B184&"*",Table1[[POA / Clients]:[POA / Clients]],"<>*ABC*",Table1[[POA / Clients]:[POA / Clients]],"<>*TBC*")
but the last condition that I want to add is searching a number of columns and it returns "VALUE" error:
,Table1[[11-Feb]:[10-Feb]],"GO")
I basically want to count all the rows within the range 11-Feb to 10-Feb Columns which contain the word 'GO' matching with the country but ignoring any clients which are 'TBC' or 'ABC'?
Any ideas why this is not working?
E.g. my table is below
My formula should return a count of 2 as the Country in cell B184 is Ukraine and I'm ignoring the client 'TBC'. My range in example below is 11-FEB to 25-Feb but I have each week from 11-Feb till 10-Feb
Table 1
[TABLE="width: 320"]
<colgroup><col width="64" span="5" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl79, width: 64"]Country[/TD]
[TD="class: xl77, width: 64"]POA / Clients[/TD]
[TD="class: xl78, width: 64"]11-Feb[/TD]
[TD="class: xl78, width: 64"]18-Feb[/TD]
[TD="class: xl78, width: 64"]25-Feb[/TD]
[/TR]
[TR]
[TD="class: xl75, width: 64"]Ukraine[/TD]
[TD="class: xl75, width: 64"]TBC[/TD]
[TD="class: xl76"]GO[/TD]
[TD="class: xl76"][/TD]
[TD="class: xl76"][/TD]
[/TR]
[TR]
[TD="class: xl75, width: 64"]Ukraine[/TD]
[TD="class: xl75, width: 64"]ACME[/TD]
[TD="class: xl76"]GO[/TD]
[TD="class: xl76"][/TD]
[TD="class: xl76"][/TD]
[/TR]
[TR]
[TD="class: xl75, width: 64"]Ukraine[/TD]
[TD="class: xl75, width: 64"]TEST[/TD]
[TD="class: xl76"][/TD]
[TD="class: xl76"][/TD]
[TD="class: xl76"]GO[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 320"]
<colgroup><col width="64" span="5" style="width:48pt"></colgroup><tbody>[TR]
[TD="class: xl75, width: 64"][/TD]
[TD="class: xl75, width: 64"][/TD]
[TD="class: xl76"][/TD]
[TD="class: xl76"][/TD]
[TD="class: xl76"][/TD]
[/TR]
</tbody>[/TABLE]
Many thanks in advance
I have this formula which works
=COUNTIFS(Table1[[Country]:[Country]],"*"&$B184&"*",Table1[[POA / Clients]:[POA / Clients]],"<>*ABC*",Table1[[POA / Clients]:[POA / Clients]],"<>*TBC*")
but the last condition that I want to add is searching a number of columns and it returns "VALUE" error:
,Table1[[11-Feb]:[10-Feb]],"GO")
I basically want to count all the rows within the range 11-Feb to 10-Feb Columns which contain the word 'GO' matching with the country but ignoring any clients which are 'TBC' or 'ABC'?
Any ideas why this is not working?
E.g. my table is below
My formula should return a count of 2 as the Country in cell B184 is Ukraine and I'm ignoring the client 'TBC'. My range in example below is 11-FEB to 25-Feb but I have each week from 11-Feb till 10-Feb
Table 1
[TABLE="width: 320"]
<colgroup><col width="64" span="5" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl79, width: 64"]Country[/TD]
[TD="class: xl77, width: 64"]POA / Clients[/TD]
[TD="class: xl78, width: 64"]11-Feb[/TD]
[TD="class: xl78, width: 64"]18-Feb[/TD]
[TD="class: xl78, width: 64"]25-Feb[/TD]
[/TR]
[TR]
[TD="class: xl75, width: 64"]Ukraine[/TD]
[TD="class: xl75, width: 64"]TBC[/TD]
[TD="class: xl76"]GO[/TD]
[TD="class: xl76"][/TD]
[TD="class: xl76"][/TD]
[/TR]
[TR]
[TD="class: xl75, width: 64"]Ukraine[/TD]
[TD="class: xl75, width: 64"]ACME[/TD]
[TD="class: xl76"]GO[/TD]
[TD="class: xl76"][/TD]
[TD="class: xl76"][/TD]
[/TR]
[TR]
[TD="class: xl75, width: 64"]Ukraine[/TD]
[TD="class: xl75, width: 64"]TEST[/TD]
[TD="class: xl76"][/TD]
[TD="class: xl76"][/TD]
[TD="class: xl76"]GO[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 320"]
<colgroup><col width="64" span="5" style="width:48pt"></colgroup><tbody>[TR]
[TD="class: xl75, width: 64"][/TD]
[TD="class: xl75, width: 64"][/TD]
[TD="class: xl76"][/TD]
[TD="class: xl76"][/TD]
[TD="class: xl76"][/TD]
[/TR]
</tbody>[/TABLE]
Many thanks in advance