I have the following formula
=SUMPRODUCT(--(LEFT(Apr08WFA!$A$1:$A$4000,2)="zz"),--(TEXT(Apr08WFA!$F$1:$F$4000,"mmmyyyy")=TEXT(B6,"mmmyyyy")))+SUMPRODUCT(--(LEFT(Apr08WFA!$A$1:$A$4000,2)="zz"),--(TEXT(Apr08WFA!$F$1:$F$4000,"mmmyyyy")=TEXT(B7,"mmmyyyy")))
this counts the number of entries on sheet Apr08WFA when value in range F1 to F4000 is either apr2008 (cellB6) or mar2008 (cellB7).
this works in principle but does not catch all.
I want to amend the formula to catch new entries appearing on a sheet called May08WFA that were not on Apr08WFA but with the same condition of "zz".
So data on May08WFA will be compared against Apr08WFA and new entries counted.
challenge I know but am confident one of your high level users can assist.
=SUMPRODUCT(--(LEFT(Apr08WFA!$A$1:$A$4000,2)="zz"),--(TEXT(Apr08WFA!$F$1:$F$4000,"mmmyyyy")=TEXT(B6,"mmmyyyy")))+SUMPRODUCT(--(LEFT(Apr08WFA!$A$1:$A$4000,2)="zz"),--(TEXT(Apr08WFA!$F$1:$F$4000,"mmmyyyy")=TEXT(B7,"mmmyyyy")))
this counts the number of entries on sheet Apr08WFA when value in range F1 to F4000 is either apr2008 (cellB6) or mar2008 (cellB7).
this works in principle but does not catch all.
I want to amend the formula to catch new entries appearing on a sheet called May08WFA that were not on Apr08WFA but with the same condition of "zz".
So data on May08WFA will be compared against Apr08WFA and new entries counted.
challenge I know but am confident one of your high level users can assist.