+ Reply to Thread
Results 1 to 6 of 6

Formula conversion for 2003

  1. #1
    Forum Contributor
    Join Date
    09-18-2014
    Location
    England
    MS-Off Ver
    2003/2010/365
    Posts
    119

    Question Formula conversion for 2003

    Hello!

    I'm currently (unfortunately) using Excel 2003, which does not have =SUMIFS

    Please could you convert the below formula, so I can use in Excel 2003

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    I believe I require SUMPRODUCT, I'm not familiar enough with this formula to write it myself.

    I can't upload a spreadsheet example on this computer - sorry!

    Thanks in advance!

  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
    44,127

    Re: Formula conversion for 2003

    It's not your computer. it's this forum. The attachment icon doesn't work!! (Helpful, isn't it!!). Instead, just before you submit your post, click on GO ADVANCED (near the bottom) and then scroll down to Manage Attachments to open the upload window. The relevant instructions are at the top of that screen.
    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

  3. #3
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Formula conversion for 2003

    =sumifs(Data!F:F,Data!C:C,Table!$B$2,Data!B:B,Table!$D$6,T,Data!D:D,Table!A8)

    =SUMPRODUCT((Data!C1:C1000=Table!$B$2)*(Data!B1:B1000=Table!$D$6)*(Data!D1:D1000=Table!A8)*(Data!F1:F1000))

    Just regard all but the last set of brackets as an IF, ie IF (Data!C1:C1000=Table!$B$2), and the asterisk as an AND statement.
    Note each range in brackets must be the same size, you cant have a SUMPRODUCT of (A1:A1000)*(B1:B50)
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  4. #4
    Forum Contributor
    Join Date
    09-18-2014
    Location
    England
    MS-Off Ver
    2003/2010/365
    Posts
    119

    Re: Formula conversion for 2003

    This brings back #VALUE!

    Hopefully, an example should now be attached
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    09-18-2014
    Location
    England
    MS-Off Ver
    2003/2010/365
    Posts
    119

    Re: Formula conversion for 2003

    I decided to do a work around, by creating a unique reference per line, via concatenate function.

    Thanks for the help - If anybody has another solution for my future reference, that would be great

  6. #6
    Forum Guru xlnitwit's Avatar
    Join Date
    06-27-2016
    Location
    London
    MS-Off Ver
    Windows: 2010; Mac: 16.13 (O365)
    Posts
    7,085

    Re: Formula conversion for 2003

    Hi,

    You need only adjust the ranges used

    =SUMPRODUCT((Data!C18:C34=Table!$B$2)*(Data!B18:B34=Table!$D$6)*(Data!D18:D34=Table!A8)*(Data!F18:F34))
    Don
    Please remember to mark your thread 'Solved' when appropriate.

+ 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. Help with formula conversion of XLSX to 2003 format Excel
    By asanthadenz in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-19-2013, 12:10 AM
  2. Help with 2010 SUMIFS conversion to 2003
    By jamie t in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-25-2012, 04:43 PM
  3. conversion Excel 2003 to 2010
    By koklok123 in forum Excel General
    Replies: 6
    Last Post: 10-15-2012, 04:24 PM
  4. 2003 to 2007 Macro conversion
    By javnguyen in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-12-2012, 05:42 PM
  5. Macro conversion from 2007 to 2003...possible?
    By Shaner73 in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 06-21-2011, 09:53 AM
  6. Excel 2007 : Conversion from 2003 problem
    By hdtech in forum Excel General
    Replies: 1
    Last Post: 05-23-2011, 04:54 PM
  7. Excel 2007 : 2003 to 2007 conversion problems
    By vikas.bhandari in forum Excel General
    Replies: 3
    Last Post: 10-27-2010, 07:03 AM
  8. Excel 97 to 2003 conversion problem
    By PaulC in forum Excel General
    Replies: 8
    Last Post: 06-18-2005, 07:12 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