S
systemx
Hi all,
I am desperate for some help with a formula - hopefully simple but I
cannot get my head around it at the moment. I will try to make my words
make sense....
I have two worksheets - worksheet A and worksheet B.
Worksheet 1 contains a date as text (ddmmyy) eg 080306 in column A
Worksheet 2 contains a text value in column B (either "C" or "G")
Worksheet 2 contains a date as text in column A
Worksheet 2 contains a formula in column B
The formula on worksheet B, should count the number of C's appearing on
worksheet 1, if the dates match.
This is what I came up with for the formula on worksheet 2 -
=IF(A:A='Worksheet 1'A:A, COUNTIF('Worksheet 1'J:J,"C"),0)
When I leave the cell range open (eg A:A) - the formula will count ALL
of the cells containing "C" - not just the ones where the date
matches.
Have I missed something obvious here? Or do I need to use a more
complex formula?
Thank you
Rob
I am desperate for some help with a formula - hopefully simple but I
cannot get my head around it at the moment. I will try to make my words
make sense....
I have two worksheets - worksheet A and worksheet B.
Worksheet 1 contains a date as text (ddmmyy) eg 080306 in column A
Worksheet 2 contains a text value in column B (either "C" or "G")
Worksheet 2 contains a date as text in column A
Worksheet 2 contains a formula in column B
The formula on worksheet B, should count the number of C's appearing on
worksheet 1, if the dates match.
This is what I came up with for the formula on worksheet 2 -
=IF(A:A='Worksheet 1'A:A, COUNTIF('Worksheet 1'J:J,"C"),0)
When I leave the cell range open (eg A:A) - the formula will count ALL
of the cells containing "C" - not just the ones where the date
matches.
Have I missed something obvious here? Or do I need to use a more
complex formula?
Thank you

Rob