+ Reply to Thread
Results 1 to 4 of 4

Array calculations in different directions

  1. #1
    Insomniac53
    Guest

    Array calculations in different directions

    I have a 2D array, 'Sales Record'!B$2:B$42 up to M$2-M$42, and a one dimensional vertical array, Totals, in another worksheet, which must sum each column of SalesRecord in turn then move down to the next cell and repeat the calculation for the next column in the SalesRecord array. So, the first calculation (cell C3 in Totals) will sum all the values from SalesRecord B2toB42; the next calculation (in Totals cell C4) will sum the table column from C2 to C42; the thiird calculation (in cell C5) will sum the values from D2 to D42 and so on. This is probably basic Excel but I'm not sure the simplest way to do it. Can anyone advise? Thanks
    Last edited by Insomniac53; 03-20-2011 at 07:06 PM.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Array calculations in different directions

    In C3 and copy down,

    =SUM(INDEX('Sales Record'!B$2:M$42, 0, ROWS(C$3:C3)))
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Array calculations in different directions

    Give this a try:

    Please Login or Register  to view this content.
    Cheers,
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  4. #4
    Insomniac53
    Guest

    Re: Array calculations in different directions

    Many thanks! I will try this and reply later. Much appreciated.

+ 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