+ Reply to Thread
Results 1 to 6 of 6

SUMIFS(my_mentalstate;crazy) =100%

  1. #1
    Registered User
    Join Date
    11-22-2012
    Location
    Denmark
    MS-Off Ver
    Excel 2010
    Posts
    5

    Question SUMIFS(my_mentalstate;crazy) =100%

    Im trying to make this SUMIFS function work:

    =SUMIFS('Action Tracking'!$E$9:$E$122;'Action Tracking'!$H$9:$H$122;'Specify Name'!$F$6:$F$51;'Action Tracking'!$C$9:$C$122;'Day 1 Summary'!C6;'Action Tracking'!$O$9:$O$122;"Day 1")

    Where 'Specify Name'!$F$6:$F$51, equals a list of about 50 possible names.

    I want the function to work so that the user can choose who to see the activities for, so they can see it for e.g. just themselves, or 10 of their team members etc.

    However, the function only uses one name at a time as that criteria ('Specify Name'!F6).

    How can I get it to consider the whole list of names, and not just one at a time?


    Ive also tried naming the range (list), but it stays the same.

    Thank you in advance!

    Katharina
    Attached Files Attached Files
    Last edited by K12345; 11-22-2012 at 10:28 AM.

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: SUMIFS(my_mentalstate;crazy) =100%

    Hi Katharina,

    welcome to the forum.

    Please upload a sample workbook.. or let me know if I post a sample, you are happy to replicate that in your workbook

    Regards,
    DILIPandey

    <click on below 'star' if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

  3. #3
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: SUMIFS(my_mentalstate;crazy) =100%

    try
    =SUMPRODUCT(SUMIFS('Action Tracking'!$E$9:$E$122;'Action Tracking'!$H$9:$H$122;'Specify Name'!$F$6:$F$51;'Action Tracking'!$C$9:$C$122;'Day 1 Summary'!C6;'Action Tracking'!$O$9:$O$122;"Day 1"))
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  4. #4
    Registered User
    Join Date
    11-22-2012
    Location
    Denmark
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: SUMIFS(my_mentalstate;crazy) =100%

    Thank you to both of you!

    Joseph, it still does not return the right numbers..

    DILIPandey, Ill upload a sample in one second.

  5. #5
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: SUMIFS(my_mentalstate;crazy) =100%

    Hi Katharina,

    I am not able to find the sheets Action Tracking, specify name extra in the workbook you uploaded.. please check. thanks.

    Regards,
    DILIPandey

    <click on below 'star' if this helps>

  6. #6
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: SUMIFS(my_mentalstate;crazy) =100%

    the only reason I can see that the sumproduct formula wouldn't work is that you have repeated one of the names (Name1) in the list on sheet2. if they are unique the totals are correct

+ 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