+ Reply to Thread
Results 1 to 10 of 10

Horizontal Sum Calculation posting results Vertically

Hybrid View

  1. #1
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft® Excel® for Microsoft 365 MSO (Version 2508 Build 16.0.19127.20082) 64-bit
    Posts
    31,719

    Re: Horizontal Sum Calculation posting results Vertically

    INDEX has format Range, Row, Column and in the formula below the ROWS() is in the COLUMN parameter

    =SUM(INDEX(Sheet1!$A$3:$E$42,,ROWS($1:1)))/SUM(Sheet1!$A$3:$E$42)

    the ROWS($1:1) acts a a "counter" so in B3 it has a value of 1, in B4 a value of 2 etc so it selects the data in the first column of the INDEX range, then the second and so on.

    So we select from column A, then column B .....

    Hope this helps.

  2. #2
    Registered User
    Join Date
    05-02-2017
    Location
    Australia
    MS-Off Ver
    Mac 2016
    Posts
    27

    Re: Horizontal Sum Calculation posting results Vertically

    Thank you. That helps

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft® Excel® for Microsoft 365 MSO (Version 2508 Build 16.0.19127.20082) 64-bit
    Posts
    31,719

    Re: Horizontal Sum Calculation posting results Vertically

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. transpose horizontal values vertically
    By sugargenius in forum Excel General
    Replies: 4
    Last Post: 04-07-2015, 09:50 AM
  2. Replies: 2
    Last Post: 10-01-2013, 04:35 PM
  3. Align the data vertically from Horizontal layout
    By itsmesunilb in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-07-2013, 11:26 PM
  4. Summing vertically, if horizontal value is correct
    By asdasdzxc in forum Excel General
    Replies: 14
    Last Post: 07-03-2012, 10:49 AM
  5. Referencing cells horizontal and vertically
    By DaveHan in forum Excel General
    Replies: 3
    Last Post: 06-13-2008, 08:12 AM
  6. filling vertically from horizontal tables
    By r3k5e71 in forum Excel General
    Replies: 3
    Last Post: 05-15-2007, 11:47 PM
  7. [SOLVED] How do I link horizontal cells vertically?
    By Brett in forum Excel General
    Replies: 3
    Last Post: 01-04-2006, 12:55 AM

Tags for this Thread

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