+ Reply to Thread
Results 1 to 2 of 2

subtract all numbers in an array

  1. #1
    Daniel
    Guest

    subtract all numbers in an array

    How can I subtract any two numbers in an array? I have a line of 24 values,
    I want to be able to subtract every single possible variation of those
    numbers to see if it satisfies a specific criteria?

  2. #2
    Jason Morin
    Guest

    Re: subtract all numbers in an array

    With 24 values, that means you'll have 24 x 24 matrix
    of "variations". If your values are in A1:A24, select
    C1:Z24, enter the following formula in the formula bar:

    =A1:A24-TRANSPOSE(A1:A24)

    and press ctrl + shift + enter.

    HTH
    Jason
    Atlanta, GA


    >-----Original Message-----
    >How can I subtract any two numbers in an array? I have

    a line of 24 values,
    >I want to be able to subtract every single possible

    variation of those
    >numbers to see if it satisfies a specific criteria?
    >.
    >


+ 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