hello all this is the formula i have which works great which references a worksheet but i also need it to perform the same commands and keys but from another worksheet
IFERROR(INDEX(T_LEAVE56[TYPE OF UNIFORMS],SUMPRODUCT(--(T_LEAVE56[EMPLOYEE NAME]=$B9),--(T_LEAVE56[START DATE]<=C$8),--(T_LEAVE56[END DATE]>=C$8),ROW(T_LEAVE56[TYPE OF UNIFORMS]))-ROW(T_LEAVE56[#Headers])),"")
this above formula works perfectly but i also need it to reference T_Leave and T_Leave56. thank you so much
IFERROR(INDEX(T_LEAVE56[TYPE OF UNIFORMS],SUMPRODUCT(--(T_LEAVE56[EMPLOYEE NAME]=$B9),--(T_LEAVE56[START DATE]<=C$8),--(T_LEAVE56[END DATE]>=C$8),ROW(T_LEAVE56[TYPE OF UNIFORMS]))-ROW(T_LEAVE56[#Headers])),"")
this above formula works perfectly but i also need it to reference T_Leave and T_Leave56. thank you so much