+ Reply to Thread
Results 1 to 4 of 4

Two conditions - One criteria in Row and another in Column

  1. #1
    Registered User
    Join Date
    04-30-2007
    Posts
    2

    Two conditions - One criteria in Row and another in Column

    Hi - I have one table of data with three columns (A=Component Description; B=Activity Description; C=Role Name).

    My task is to identify what Role has access to what activity with the output being a table of unique Activities, with relative component Descrpitions next to it and unique role names along the top row.

    In worksheet two of this example, I have listed the unique reports and I have transposed a list of unique roles along the top row.

    I want to create lookups that will return either a YES or NO in the cell for a particular activitiy for the particular role?

    Can you please help?
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    Try

    =IF(SUMPRODUCT(--('source data'!$B$2:$B$3687=results!$A2),--('source data'!$C$2:$C$3687=results!C$1)),"Yes", "No")

    in results!C2 and copy down / across as required.


    rylo

  3. #3
    Registered User
    Join Date
    04-30-2007
    Posts
    2

    Still not working

    Thanks Rylo -- I was excited as the first cell returned the correct result, however upon coping the formula all other cells return a #value.

    I made sure I identified my absolutes, but still no luck.

    any thoughts?

  4. #4
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    I took the formula as I gave it and put it into results!C2 of your example file, then copied and pasted down / across and it worked OK.

    Can you cut down the size of your file and see if it works with a smaller sample? If not, then put up your much smaller sample file, including the formula and I'll have a look.


    rylo

+ 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