Consulting

Results 1 to 3 of 3

Thread: Solved: SUMIF not working =:(

  1. #1
    VBAX Regular
    Joined
    Jun 2010
    Posts
    90
    Location

    Solved: SUMIF not working =:(

    Hey everyone,

    I am having trouble with a SUMIF formula, I've tried to attach an example spreadsheet but for some reason the site keeps throwing up an error message.

    The formula should find that part number SC0159-159F/L0000000001 has a total exposure time of 0:08:38 (which is contained within anotehr sheet entitled ‘Event_Log’, but instead returns a #VALUE.

    I am sure it is down to a silly error on my part but cant seem to see it.

    My SUMIF formula is;

    =SUMIF(Event_Log!$A$3:$M$65000,A3,Event_Log!$J$3:$J$65000)

    Where Event Log is a table containing a list of part numbers and exposure time (Note 1 part can be listed many times and therfore have different exposure times, it is this that I am trying to sum)

    A3 is the cell on the front sheet that contains the part number written and formatted in exactly the same way as within the Event_Log.

    Can anyone help me?

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Try

    =SUMIF(Event_Log!$A$3:$A$65000,A3,Event_Log!$J$3:$J$65000)
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  3. #3
    VBAX Regular
    Joined
    Jun 2010
    Posts
    90
    Location
    Thanks xld, that works a treat....I knew it would be down to a silly error but just couldnt see it.

    Thanks again for your help =

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •