¿Qué función tengo que utilizar?

16/10/2009 - 21:44 por jecasera | Informe spam
Necesito hacer el siguiente cálculo:
∑Level (Valor_1 / (POTENCIA(Valor_2; Level)))

Por ejemplo, siendo Level = 3 la fórmula a aplicar:
1000/(POTENCIA(25;3)) + 1000/(POTENCIA(25;2)) + 1000/(POTENCIA(25;1))
Resultado: 41,664

¿Hay alguna función que haga este cálculo?
 

Leer las respuestas

#1 AnSanVal
16/10/2009 - 22:16 | Informe spam
Puedes hacerlo con la fórmula matricial (Control+mayúsc+Intro):

=SUMA(1000/(POTENCIA(25;FILA(DESREF(A1;0;0;level)))))




Saludos: Antonio.

*************************

"jecasera" escribió en el mensaje
news:
Necesito hacer el siguiente cálculo:
?Level (Valor_1 / (POTENCIA(Valor_2; Level)))

Por ejemplo, siendo Level = 3 la fórmula a aplicar:
1000/(POTENCIA(25;3)) + 1000/(POTENCIA(25;2)) + 1000/(POTENCIA(25;1))
Resultado: 41,664

¿Hay alguna función que haga este cálculo?

Preguntas similares