Getting a MATCH error

  • Thread starter Thread starter Lulu Montiel
  • Start date Start date
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!!
 
Oh! I think I've just made an stupid question, I've solved the problem

Columns and rows start counting with the range.

Tks anyway
 
Back
Top