+ Reply to Thread
Results 1 to 2 of 2

Sum Help

  1. #1
    Registered User
    Join Date
    01-23-2007
    Posts
    5

    Sum Help

    Hi,

    Attached is a sample file, what I would like to do is SUM up all the hours for each app on the second worksheet. If I do a vlookup it only counts the first cell...my mind is a total blank...
    Thanks and Happy Friday!

    J
    Attached Files Attached Files

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885
    You can use one of two formulas for this on your summary sheet (Sheet2):

    =SUMIF(Example!$A$2:$A$16,"A",Example!$D$2:$D$16)

    or

    =SUMPRODUCT((Example!$A$2:$A$16="A")*(Example!$D$2:$D$16))

    Either one works. Note: Your "A" in cell A2 has a space after it, while the "A" in A3 and A4 don't. It will not see this as simply "A" due to this, so make sure there are no leading or trailing spaces.
    Last edited by Paul; 02-23-2007 at 04:36 PM.

+ 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