+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 use array formula to flag conditional data

  1. #1
    Registered User
    Join Date
    04-08-2010
    Location
    Ohio
    MS-Off Ver
    Excel 2007
    Posts
    1

    Excel 2007 use array formula to flag conditional data

    Hey All,

    Here's my problem:

    I need to "Flag" each of the rows above that meet the following conditions:

    ALL PARTs that have a CATEGORY of "B", but not "A", keeping in mind that there are duplicate parts within the list. Here's an example:

    HTML Code: 


    So, the output of the data above would yield:

    HTML Code: 
    I had an array formula working earlier using a SUM and IF statement within an array formula but can't seem to replicate it. I attached the data as reference.

    Can anyone help me create the formula to "Flag" the above rows if the conditions are met?




    thanks
    Attached Files Attached Files

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,037

    Re: Excel 2007 use array formula to flag conditional data

    maybe this:

    =IF(B2="A",0,SUMPRODUCT(--($A$2:$A$100=A2),--($B$2:$B$100="B")))
    Never use Merged Cells in Excel

+ 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