hello all i have a formula which is the following
=SUMPRODUCT((OFFSET($A8,0,1,1,372)<>"")*(OFFSET($A$3,0,1,1,372))*((OFFSET($A8,0,1,1,372))=NL$5))
A8 = EMPLOYEE NAME
A3 = the current month
NL = an infraction or paid time off
my question is how can i get this to equal multiple arguments so NL at this point equals vacation day if "V' is entered in the calendar for all months but i want it to calculate if there was "v" and "SV" which is sick with vacation pay just looking at add multiple arguments because this is a macro which uses only a scroll options for the months in a year so a countif formula wont work here.
=SUMPRODUCT((OFFSET($A8,0,1,1,372)<>"")*(OFFSET($A$3,0,1,1,372))*((OFFSET($A8,0,1,1,372))=NL$5))
A8 = EMPLOYEE NAME
A3 = the current month
NL = an infraction or paid time off
my question is how can i get this to equal multiple arguments so NL at this point equals vacation day if "V' is entered in the calendar for all months but i want it to calculate if there was "v" and "SV" which is sick with vacation pay just looking at add multiple arguments because this is a macro which uses only a scroll options for the months in a year so a countif formula wont work here.