Refurlacion pregunta:automatizar valores

05/09/2005 - 21:25 por arturo | Informe spam
bueno sere mas detalloso, ojala me deje entender.
A1=2 B1=7 C1
A2=5 B2 C2

CELDA VARIABLE X1

si X1=1 ENTOCES A(X1)=2, B(X1)=7, X(X1)
si X1=2 ENTOCES A(X2)=5, B(X2), X(X2)

EN POCAS PALABRAS.. DEPENDE DEL VALOR DE X1, PERO NO FUNCIONA CON ESAS
FORMULAS, SALE ERROR

espero ser explicito.. gracias por su ayuda
 

Leer las respuestas

#1 KL
05/09/2005 - 21:35 | Informe spam
Hola Arturo,

Cuando ya parecia que te entendia volviste a liarla con X(X1). Pero si
suponemos que querias decir C(X1), entonces creo entender la tarea. Prueba
las siguientes formulas:

=INDICE(A:A,$X$1)
=INDICE(B:B,$X$1)
=INDICE(C:C,$X$1)

=INDRECTO("A"&$X$1)
=INDRECTO("B"&$X$1)
=INDRECTO("C"&$X$1)

=INDRECTO(DIRECCION($X$1,1))
=INDRECTO(DIRECCION($X$1,2))
=INDRECTO(DIRECCION($X$1,3))

Saludos,
KL


"arturo" wrote in message
news:
bueno sere mas detalloso, ojala me deje entender.
A1=2 B1=7 C1
A2=5 B2 C2

CELDA VARIABLE X1

si X1=1 ENTOCES A(X1)=2, B(X1)=7, X(X1)
si X1=2 ENTOCES A(X2)=5, B(X2), X(X2)

EN POCAS PALABRAS.. DEPENDE DEL VALOR DE X1, PERO NO FUNCIONA CON ESAS
FORMULAS, SALE ERROR

espero ser explicito.. gracias por su ayuda


Preguntas similares