Thread
:
How do I substract numbers in range like this: Substract(a1..a10)
View Single Post
#
2
Dave Peterson
Posts: n/a
How do I substract numbers in range like this: Substract(a1..a10)
depends on what you mean...
Maybe:
=-sum(a1:a10)
or
maybe:
a1-sum(a2:a10)
Paulo wrote:
--
Dave Peterson
Reply With Quote