Getting a MATCH error

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!!
 
L

Lulu Montiel

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top