Hello!
I have managed to use the sumproduct formula in order to count the text "telefon" and "1/2 telefon" within a certain date.
SUMPRODUCT(('v38-41'!$E$3:$FH$3>=Statistik!$A$3)*('v38-41'!$E$3:$FH$3<=Statistik!$B$3)*('v38-41'!$E7:$FH7="telefon"))+SUMPRODUCT(('v38-41'!$E$3:$FH$3>=Statistik!$A$3)*('v38-41'!$E$3:$FH$3<=Statistik!$B$3)*('v38-41'!$E7:$FH7="1/2 telefon")*0,5)
However, I want it the formula to find the name within the column and then proceed to calculate the "telefon" and "1/2 telefon". For instance to look up "John" or "D4" in the column D of the differet sheet.
Is that possible?
I have managed to use the sumproduct formula in order to count the text "telefon" and "1/2 telefon" within a certain date.
SUMPRODUCT(('v38-41'!$E$3:$FH$3>=Statistik!$A$3)*('v38-41'!$E$3:$FH$3<=Statistik!$B$3)*('v38-41'!$E7:$FH7="telefon"))+SUMPRODUCT(('v38-41'!$E$3:$FH$3>=Statistik!$A$3)*('v38-41'!$E$3:$FH$3<=Statistik!$B$3)*('v38-41'!$E7:$FH7="1/2 telefon")*0,5)
However, I want it the formula to find the name within the column and then proceed to calculate the "telefon" and "1/2 telefon". For instance to look up "John" or "D4" in the column D of the differet sheet.
Is that possible?