+ Reply to Thread
Results 1 to 10 of 10

Adding products of the pairs not working in excel 2019

  1. #1
    Valued Forum Contributor bulina2k's Avatar
    Join Date
    11-20-2012
    Location
    Urziceni, Ialomita, Romania
    MS-Off Ver
    2019 and 365
    Posts
    861

    Adding products of the pairs not working in excel 2019

    Hello dear members,

    What I'm trying to figure out is why the same formula returns #VALUE! in excel 2019, but returns a perfect result in Office 365.
    If I open the attached file in Microsoft 365 it calculates the sum of the same pair products in the two tabels (A*A + B*B + C*C + D*D)
    In Excel 2019 it gives me #VALUE! error.
    Please advice.

    Thank you !
    Attached Files Attached Files
    .. and don't forget to have fun!
    Bogdan.

    mark SOLVED and Add Reputation if my answer pleases you

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,986

    Re: Adding products of the pairs not working in excel 2019

    In Excel 2019, it is an array formula and needs to be set with CTRL-SHIFT-ENTER.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Valued Forum Contributor bulina2k's Avatar
    Join Date
    11-20-2012
    Location
    Urziceni, Ialomita, Romania
    MS-Off Ver
    2019 and 365
    Posts
    861

    Re: Adding products of the pairs not working in excel 2019

    Unfortunately I've already tried that, not working, same result.
    Thank you for reply.

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,986

    Re: Adding products of the pairs not working in excel 2019

    Even then, it will possibly/probably return the wrong answer as it will ONLY lookup the first value in the array not all of them.

  5. #5
    Valued Forum Contributor bulina2k's Avatar
    Join Date
    11-20-2012
    Location
    Urziceni, Ialomita, Romania
    MS-Off Ver
    2019 and 365
    Posts
    861

    Re: Adding products of the pairs not working in excel 2019

    In Microsoft 365 it works perfectly though.
    Is there an alternative formula for my goal? Thank you!

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,986

    Re: Adding products of the pairs not working in excel 2019

    If array entered does it still return an error... or 24.

  7. #7
    Valued Forum Contributor bulina2k's Avatar
    Join Date
    11-20-2012
    Location
    Urziceni, Ialomita, Romania
    MS-Off Ver
    2019 and 365
    Posts
    861

    Re: Adding products of the pairs not working in excel 2019

    I array, it returns still #VALUE!
    I've modified the formula and if I leave only a value on the second array of sumproducts it returns 24:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  8. #8
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,986

    Re: Adding products of the pairs not working in excel 2019

    The vlookup can not lookup multiple values pre-O365. You need a totally different approach.

  9. #9
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Adding products of the pairs not working in excel 2019

    Please try

    =SUMPRODUCT(VLOOKUP(T(INDEX(+B3:B6,)),F3:G6,2,0),C3:C6)

    or

    =SUMPRODUCT(SUMIFS(G3:G6,F3:F6,B3:B6),C3:C6)

    or

    =SUMPRODUCT(VLOOKUP(T(IF(1,+B3:B6)),F3:G6,2,0),C3:C6)

    Confirm with CTRL+SHIFT+ENTER
    Attached Files Attached Files

  10. #10
    Valued Forum Contributor bulina2k's Avatar
    Join Date
    11-20-2012
    Location
    Urziceni, Ialomita, Romania
    MS-Off Ver
    2019 and 365
    Posts
    861

    Re: Adding products of the pairs not working in excel 2019

    Like a charm!
    Thank you Bo_Ry ! Thank you Glenn!

+ 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: 6
    Last Post: 06-04-2020, 11:02 AM
  2. VBA - Copy Sunburst Chart to PPT (not working in Excel 2019)
    By grcaz in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-05-2020, 08:22 PM
  3. [SOLVED] VBA (or function) to turn a date into a number i.e 12/31/2019 to 2019.12
    By lynnsong986 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-23-2019, 03:56 PM
  4. Reflect TBF vacancies over 2018-2019/2019-2020 budget year
    By jennah63 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-28-2019, 07:32 PM
  5. Adding 2 products
    By pogo.stix in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 08-28-2013, 02:24 AM
  6. Adding pairs of cells from different worksheets
    By walrasianxl in forum Excel General
    Replies: 3
    Last Post: 09-13-2010, 11:51 AM
  7. Adding Products
    By carsch in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-28-2006, 12:10 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