+ Reply to Thread
Results 1 to 2 of 2

How do I SUMIF with two criteria in two different columns?

  1. #1
    Tina Winter
    Guest

    How do I SUMIF with two criteria in two different columns?

    Good afternoon everyone. I have a task management table in which three of
    the many columns indicate the week (Column "A") the work should be done, the
    person (Column "B") who should do it and the time (Column "C") it will take
    to get it done. I need to total each person's time based on who does it and
    in what week. In other words, I need the formula to sum the time only if
    the person (B)= X and the week (A)=Z. I have tried everything I can think
    of, but I just can't make it work.

    Any advice on this would be greatly appreciated. Thank you! Tina

  2. #2
    LanceB
    Guest

    RE: How do I SUMIF with two criteria in two different columns?

    Try
    =sumproduct((b1:b100=x)*(a1:100=z))

    Lance

    "Tina Winter" wrote:

    > Good afternoon everyone. I have a task management table in which three of
    > the many columns indicate the week (Column "A") the work should be done, the
    > person (Column "B") who should do it and the time (Column "C") it will take
    > to get it done. I need to total each person's time based on who does it and
    > in what week. In other words, I need the formula to sum the time only if
    > the person (B)= X and the week (A)=Z. I have tried everything I can think
    > of, but I just can't make it work.
    >
    > Any advice on this would be greatly appreciated. Thank you! Tina


+ 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