+ Reply to Thread
Results 1 to 2 of 2

Multiconditional sort, match and list with exceptions

  1. #1
    Registered User
    Join Date
    04-17-2010
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2003
    Posts
    2

    Multiconditional sort, match and list with exceptions

    Hello All, I am new to excel so just bear with me.

    I have 3 Input columns A B and C as shown below respectively:
    Type Request Item Status
    Add bbb Completed

    The sample data does have numerous rows with 3 different types (Add, Modify and Delete) and 3 different status indications (complete, canceled and denied). The objective is to check for all completed Request Items in the status field, then check for all adds or modifies and make a list; check for all deletes and make a list.

    I started by playing around with some formulas as shown below for column D and E:

    =IF(AND(C2="Complete",A2="Add"),1, IF(AND(C2="Complete",A2="Delete"), -1, 0))
    =IF(AND(C2="Complete",A2="Delete"),2, 0)
    And in column F
    =IF(D2 = 0, "Ignore This", IF(SUMIF(B:B, B2,D : D ) = 0, "Found One", "Ignore This"))

    So to show adds that need deletes in column G
    =IF(AND(D : D =1,F:F="Ignore this"),B:B, 0)

    To show modifies in column H (NOT sure if this is correct)
    =IF(AND(C2="Complete",A2="Modify"),B:B,0)

    How would I :

    * Ignore all repeated adds, modifies and deletes with the exception of the Request Item “shared drives” for adds.
    * Highlight the last add that matches a completed delete according to how it appears on the rows.

    Any suggestions would be highly appreciated.

    Thanks

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Multiconditional sort, match and list with exceptions

    Hello kabaa,

    have a look into Pivot Tables for analysing your data. This can easily give you a count of all the possible combinations.

    As a starting point, look at http://peltiertech.com/Excel/Pivots/pivotstart.htm

+ 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