Hi,
I frequently wind up writing the same formula at least twice in the same cell and would love to stop doing it.
Example: =If([some long formula]>0,[the same long formula],[the same long formula -1]).
It would be handy if we could do something like:
=If([a = some long formula]>0, a, a-1) where 'a' is the long formula's result.
Possible?
Obviously, this can be done with an intermediate helper cell, but that is often clumsy.
Thanks
I frequently wind up writing the same formula at least twice in the same cell and would love to stop doing it.
Example: =If([some long formula]>0,[the same long formula],[the same long formula -1]).
It would be handy if we could do something like:
=If([a = some long formula]>0, a, a-1) where 'a' is the long formula's result.
Possible?
Obviously, this can be done with an intermediate helper cell, but that is often clumsy.
Thanks