I have 2 files - The first has Sku numbers and months, the second file has sku numbers and date ranges in two cells. they look like this.
FILE 1:
1 2
SKUABC Mar
SKU123 FEB
FILE 2:
1 2 3
SKUABC 1/1/2013 3/1/2013
SKUABC 3/2/2013 4/1/2013
SKUABC 12/1/2012 5/1/2013
Is it possible to use a count function to return 2 since SKUABC in March appears in the second and third row?
Thank you,
James
*File 2 is 3 Columns wide with starting date in column b and end date in column c
FILE 1:
1 2
SKUABC Mar
SKU123 FEB
FILE 2:
1 2 3
SKUABC 1/1/2013 3/1/2013
SKUABC 3/2/2013 4/1/2013
SKUABC 12/1/2012 5/1/2013
Is it possible to use a count function to return 2 since SKUABC in March appears in the second and third row?
Thank you,
James
*File 2 is 3 Columns wide with starting date in column b and end date in column c