+ Reply to Thread
Results 1 to 8 of 8

Summing the output of a formula at the end of a row

Hybrid View

  1. #1
    Registered User
    Join Date
    06-10-2023
    Location
    Queensland Australia
    MS-Off Ver
    M365
    Posts
    6

    Question Summing the output of a formula at the end of a row

    Hi all,

    I am sure my problem is going to give everyone a giggle and I am happy to do that But this is driving me nuts. I have created a spreadsheet to capture the results of an upcoming horse show. There are multiple sections and aggregate awards to calculate. My IF functions appear to be working well but when I try to total up the scores at the end of the row I am completely lost. I have investigated the =VALUE, =SUM and =SUMPRODUCT functions with no luck.

    In my example, I am attempting to sum the results in the blue cells to the location in the green cell that I have manually totalled.

    Any help would be so much appreciated.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,941

    Re: Summing the output of a formula at the end of a row

    O4
    =sum(iferror(--e4:n4,0))

    copied down.

  3. #3
    Forum Guru HansDouwe's Avatar
    Join Date
    06-21-2022
    Location
    Nederland
    MS-Off Ver
    365 V2403 (Build 17330.20000)
    Posts
    6,466

    Re: Summing the output of a formula at the end of a row

    Make the points numeric (by removing the qoutes in the corresponding formula) and try in O4 =SUM(E4:N4) and copy down.
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,710

    Re: Summing the output of a formula at the end of a row

    I have changed If formula. In F4 copied to required range.

    =IF(E4="1st",3,IF(E4="2nd",2,IF(E4="3rd",1,IF(E4="CH",5,IF(E4="RCH",4,IF(E4="","",IF(E4="-","")))))))


    In Q4

    =SUM(F4:N4)
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  5. #5
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,941

    Re: Summing the output of a formula at the end of a row

    F4 more simple.
    =IF(OR(E4="",E4="-"),"",MATCH(E4,{"1st","2nd","3rd","RCH","CH"},0))

  6. #6
    Registered User
    Join Date
    06-10-2023
    Location
    Queensland Australia
    MS-Off Ver
    M365
    Posts
    6

    Re: Summing the output of a formula at the end of a row

    Wow, what an amazing response, thank you very much. Now it's time for me to have a little play with it. I love learning new things.

  7. #7
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,941

    Re: Summing the output of a formula at the end of a row

    You are welcome.
    --------------------------------------
    If that takes care of your original question, please click on "Thread Tools" from the menu link above and mark this thread as SOLVED.

  8. #8
    Forum Guru HansDouwe's Avatar
    Join Date
    06-21-2022
    Location
    Nederland
    MS-Off Ver
    365 V2403 (Build 17330.20000)
    Posts
    6,466

    Re: Summing the output of a formula at the end of a row

    You are welcome, glad to have helped and thanks for the feedback and rep .

+ 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. Replies: 5
    Last Post: 02-15-2017, 08:28 AM
  2. Compare values and output cell titles, able to output multiple results
    By TMG2016 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 05-07-2016, 11:42 AM
  3. [SOLVED] Array to embed formula and if number of output is met output Blank
    By ywang in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-29-2015, 02:34 AM
  4. [SOLVED] Index Match Formula doesn't recognize output from Right Formula as lookup value.
    By GoGators in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-10-2015, 11:33 AM
  5. Replies: 2
    Last Post: 06-24-2015, 08:41 PM
  6. Iterative summing of consecutive cells with conditional output
    By zoeec in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-24-2014, 09:50 PM
  7. Replies: 1
    Last Post: 01-06-2014, 03:54 AM

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