+ Reply to Thread
Results 1 to 2 of 2

sumproduct error occur

Hybrid View

  1. #1
    Registered User
    Join Date
    07-17-2012
    Location
    Malaysia
    MS-Off Ver
    Excel 2007
    Posts
    48

    sumproduct error occur

    i try to do a coding on the vba where my logic is is sheet1(a) = sheet2(a) & sheet1(no) <> sheet2(no)
    Why i can get the error.
    i try to do is match sheet1 = sheet2 (first condition) & sheet1 <> sheet2(second condition)
    in the sumproduct. Could anyone help me on this ?
    my coding is as below:-
    If Evaluate("=sumproduct(--(sheet1!$a$1:$a$" & lastrow & "=B" & i & ") * (--(sheet1!$a$1:$a$" & lastrow & "=B" & i & "),--(sheet1!$c$1:$c$" & lastrow & "=I" & i & "))") = 0 Then

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: sumproduct error occur

    why have you 2 different last row parts ,if last row I is different from last row B then sum product will fail because thet have to be the same dimensions
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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