+ Reply to Thread
Results 1 to 3 of 3

SUMIFS bringing VALUE error?

  1. #1
    Forum Contributor
    Join Date
    01-28-2013
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    147

    SUMIFS bringing VALUE error?

    Hi All, I have tried to apply the same logic given in a previous thread (now closed) but capturing the row details at top.
    Please can you advise where I am going wrong, if that is ok? I must be really thick!
    In cell D4 of sheet 1 tab (attached), I am trying to capture the total amount of each different currency?
    Regards
    Attached Files Attached Files

  2. #2
    Forum Expert XLent's Avatar
    Join Date
    10-13-2010
    Location
    Northumberland, UK
    MS-Off Ver
    various
    Posts
    2,704

    Re: SUMIFS bringing VALUE error?

    Your calculation doesn't really make sense... i.e. seems you want to SUM relative Account Column (F:Y) rather than Total Column (Z)

    =SUMIF(TB!$E:$E,$B3,TB!F:F)
    copied across

    if you think the header Account references may not align to the position on TB, e.g. Sheet1!D1 becomes Account 10 - then use INDEX

    =SUMIF(TB!$E:$E,$B3,INDEX(TB!$A:$Z,0,MATCH(D$1,TB!$A$7:$Z$7,0))

  3. #3
    Forum Contributor
    Join Date
    01-28-2013
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    147

    Re: SUMIFS bringing VALUE error?

    Thanks for quick reply and not just providing solution, but also where I went wrong. Much appreciated.

+ 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. SUMIFS bringing REF error?
    By nimv1 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-03-2020, 02:48 PM
  2. [SOLVED] SUMIFS bringing VALUE error?
    By nimv1 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-04-2020, 03:11 PM
  3. if statement bringing up error
    By eddiej90 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-28-2017, 06:41 AM
  4. Countif bringing back Value Error.
    By Cbirchfi in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 09-06-2016, 01:09 PM
  5. Button in a form keeps bringing up a Compile error
    By Kellise in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-07-2016, 05:42 PM
  6. Help with userform code looping and bringing error
    By ExcelFailure in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 09-11-2015, 06:02 AM
  7. Macro code to show userform bringing runtime error 1004
    By ExcelFailure in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-11-2015, 02:59 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