+ Reply to Thread
Results 1 to 4 of 4

How do I substract numbers in range like this: Substract(a1..a10)

  1. #1
    Paulo
    Guest

    How do I substract numbers in range like this: Substract(a1..a10)



  2. #2
    Dave Peterson
    Guest

    Re: 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

  3. #3
    Paulo
    Guest

    Re: How do I substract numbers in range like this: Substract(a1..a

    For example: to add I do this
    a1 1.00 +
    a2 2.00 +
    a3 3.00 +
    a4 6.00 (total) =sum(a1:a3)
    I want to do this
    a1 6.00 -
    a2 1.00 -
    a3 1.00 -
    a4 4.00 (total) =?(a1:a3)


    "Dave Peterson" wrote:

    > depends on what you mean...
    >
    > Maybe:
    > =-sum(a1:a10)
    > or
    > maybe:
    > a1-sum(a2:a10)
    >
    >
    >
    > Paulo wrote:
    >
    > --
    >
    > Dave Peterson
    >


  4. #4
    Rowan Drummond
    Guest

    Re: How do I substract numbers in range like this: Substract(a1..a

    Try

    =A1-SUM(A2:A3)

    Regards
    Rowan

    Paulo wrote:
    > For example: to add I do this
    > a1 1.00 +
    > a2 2.00 +
    > a3 3.00 +
    > a4 6.00 (total) =sum(a1:a3)
    > I want to do this
    > a1 6.00 -
    > a2 1.00 -
    > a3 1.00 -
    > a4 4.00 (total) =?(a1:a3)
    >
    >
    > "Dave Peterson" wrote:
    >
    >
    >>depends on what you mean...
    >>
    >>Maybe:
    >>=-sum(a1:a10)
    >>or
    >>maybe:
    >>a1-sum(a2:a10)
    >>
    >>
    >>
    >>Paulo wrote:
    >>
    >>--
    >>
    >>Dave Peterson
    >>


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1