This is probably easy but it has me stumped.
I have defect codes that are department specific, 1000, 1001, 1002, are Department A, 2000, 2001, 2002 are department B, etc.
WeekXXall is the tab name.
This formula works and gives me everything above 1000.
=COUNTIF('Week XXall'!CB2:CB8376,">=1000")
I have tried variations of the following and have had no luck.
=COUNTIF('Week XXall'!CB2:CB8376,">=1000&<=1999")
How do I count between a range?
Thanks in advance.
I have defect codes that are department specific, 1000, 1001, 1002, are Department A, 2000, 2001, 2002 are department B, etc.
WeekXXall is the tab name.
This formula works and gives me everything above 1000.
=COUNTIF('Week XXall'!CB2:CB8376,">=1000")
I have tried variations of the following and have had no luck.
=COUNTIF('Week XXall'!CB2:CB8376,">=1000&<=1999")
How do I count between a range?
Thanks in advance.