Forum Discussion
a7024782
Jun 11, 2022Brass Contributor
Actualizar una formula con el valor de una celda
Saludos, me gustaría plantear lo siguiente: es posible actualizar una formula con el valor de una celda?
Por ejemplo: si el la celda A100 tengo la formula Suma(A1:A99) y el la celda B1 tengo A10:A90, es posible modificar la formula de A100 haciendo referencia a la celda B1 y que tome ese valor de A10:A90?
2 Replies
- PeterBartholomew1Silver Contributor
There is an old XLM function EVALUATE that can be used within a defined name and works on Windows machines.
= SUM( Evaluateλ(formula) ) Evaluateλ = LAMBDA(f, EVALUATE(f))Here I have assumed the name 'formula' is simply a range reference, but it could be text representing the function SUM( ) as well as the range, in which case the wrapping SUM is redundant.
- OliverScheurichGold Contributor