Hi,
I have a range of part numbers that have current sales in column B. The current On-Hand (O.H.) is in column C.
I am trying to count the number of Part Numbers that have "0" O.H. only if they have a yearly sale of between 4 and 12.
So in my head, here is the formula. Count the "0"'s in column "C" if the Sales from B1:B6 are >4 and <12. Here is an an example below.
[pre]
[/pre]
In this example the answer is "3". There are 3 part numbers (124,125,127) that have sold between 4 and 12 times that have a current O.H. of "0".
I have a sample file I can send if necessary.
Thanks,
Jeff
I have a range of part numbers that have current sales in column B. The current On-Hand (O.H.) is in column C.
I am trying to count the number of Part Numbers that have "0" O.H. only if they have a yearly sale of between 4 and 12.
So in my head, here is the formula. Count the "0"'s in column "C" if the Sales from B1:B6 are >4 and <12. Here is an an example below.
[pre]
Code:
Part Number, YRSL, O.H.
123, 13, 1
124, 9, 0
125, 8, 0
126, 5, 1
127, 5, 0
128, 3, 0
In this example the answer is "3". There are 3 part numbers (124,125,127) that have sold between 4 and 12 times that have a current O.H. of "0".
I have a sample file I can send if necessary.
Thanks,
Jeff