+ Reply to Thread
Results 1 to 6 of 6

Excel 2007 : Determining TRUE or FALSE based on multiple values

  1. #1
    Registered User
    Join Date
    09-26-2011
    Location
    Portland, OR.
    MS-Off Ver
    Excel 2007
    Posts
    7

    Determining TRUE or FALSE based on multiple values

    Hi,

    The problem I am facing is I have a list of servers and need to determine if they are shared. I can't use a pivot table as the resulting true/false value is passed to other formulas. Each row is unique based on application. So there may be multiple server and owner dependant on the # of applications that a specific server hosts. I have attached an example of what I am dealing with along with expected results.

    Any help would be greatly appriciated.

    Thanks in advance.

    Brian

    Editted to correct the attachment
    Attached Files Attached Files
    Last edited by BarnesB; 05-30-2012 at 04:47 PM. Reason: Corrected attachment

  2. #2
    Valued Forum Contributor
    Join Date
    05-07-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    354

    Re: Determining TRUE or FALSE based on multiple values

    Summary sheet C2 formula:

    =SUMIFS(Data!$B$2:$B$19,Data!$C$2:$C$19,Summary!$B$1,Data!$A$2:$A$19,Summary!A2)

    copy down to C2:C4

    C8 willbe

    =SUMIFS(Data!$B$2:$B$19,Data!$C$2:$C$19,Summary!$B$7,Data!$A$2:$A$19,Summary!A8)

    copy down to C10.

    and so on...
    Regards,
    Vandan

  3. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Determining TRUE or FALSE based on multiple values

    in B2:

    =SUMIFS(Data!$B$2:$B$19,Data!$A$2:$A$19,$A2,Data!$C$2:$C$19,LOOKUP(2,1/($A$1:$A1="Owner"),$B$1:$B1))

    copied down to B4.

    Then copy B2:B4 and paste to other tables below...
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  4. #4
    Registered User
    Join Date
    09-26-2011
    Location
    Portland, OR.
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Determining TRUE or FALSE based on multiple values

    It appears that an example from a previous post got attached. Here is the correct example. My apologies for the error. Hopefully this will make more sense based on my first post.

    Thanks,

    Brian
    Attached Files Attached Files

  5. #5
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Determining TRUE or FALSE based on multiple values

    Try:

    =COUNTIF($A$2:$A$12,A2)<>COUNTIFS($A$2:$A$12,A2,$B$2:$B$12,B2)

    copied down

  6. #6
    Registered User
    Join Date
    09-26-2011
    Location
    Portland, OR.
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Determining TRUE or FALSE based on multiple values

    That did the trick!

    Thanks.

    Brian

+ 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