L
Lulu Montiel
Hi
I'm using this formula:
=INDEX('Horas conexión'!$A$11:$AQ$17,(MATCH('Conexión por agente'!$C5,'Horas
conexión'!$A$11:$A$17,0)+10),MATCH(CONCATENATE('Conexión por
agente'!D$3,'Conexión por agente'!D$4),'Horas conexión'!$A$11:$AQ$11,0))
And I get #REF! error. If I correct the formula like this:
=INDEX('Horas conexión'!$A$11:$AQ$17,(MATCH('Conexión por agente'!$C5,'Horas
conexión'!$A$11:$A$17,0),MATCH(CONCATENATE('Conexión por
agente'!D$3,'Conexión por agente'!D$4),'Horas conexión'!$A$11:$AQ$11,0)
(without +10), it works, but I dont get the correct result. because the
range starts at row 11
Any ideas?
Tks!!
I'm using this formula:
=INDEX('Horas conexión'!$A$11:$AQ$17,(MATCH('Conexión por agente'!$C5,'Horas
conexión'!$A$11:$A$17,0)+10),MATCH(CONCATENATE('Conexión por
agente'!D$3,'Conexión por agente'!D$4),'Horas conexión'!$A$11:$AQ$11,0))
And I get #REF! error. If I correct the formula like this:
=INDEX('Horas conexión'!$A$11:$AQ$17,(MATCH('Conexión por agente'!$C5,'Horas
conexión'!$A$11:$A$17,0),MATCH(CONCATENATE('Conexión por
agente'!D$3,'Conexión por agente'!D$4),'Horas conexión'!$A$11:$AQ$11,0)
(without +10), it works, but I dont get the correct result. because the
range starts at row 11
Any ideas?
Tks!!