+ Reply to Thread
Results 1 to 10 of 10

Extracting common entries

  1. #1
    Registered User
    Join Date
    08-15-2006
    Posts
    71

    Extracting common entries

    Hi,

    I have a list of application that can reoccur in the list, so.... its somthing like this:

    Application A
    Application B
    Application C
    Application A
    Application B
    Application C

    How can I extract the common applicaiton and place them in another spread sheet?

    Thanks in advance for any help

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    This link may help

    http://www.contextures.com/xladvfilter01.html#FilterUR

    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  3. #3
    Registered User
    Join Date
    08-15-2006
    Posts
    71
    thanks it worked,

    But is there a formula that I can use instead of using the advanced filters.

    I need to create a template so that when the spreadsheet gets used again and again, and the application gets repopulated, the common entries are already extracted because the forumual has been set up.

    Thanks in advance for any help.

    Calli

  4. #4
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Does this help

    VBA Noob
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    08-15-2006
    Posts
    71
    Hey,

    It help a bit, but I am still confused over how to extract the data into a SEPERATE spreadsheet. I tried using the formula you gave me and adapting the formula so that it recognizes that the data is on a sperate sheet. Well, it obviously didn't work. If you have any more ideas, please let me know.

    Thanks in advance for any additional help.

    Calli

  6. #6
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi,

    The formula is an array so needs to be entered with Ctrl + Shift + enter.

    Also with a moveable range your best to use a dynamic range. This link should help

    http://www.bettersolutions.com/excel...G820716330.htm

    VBA Noob

  7. #7
    Registered User
    Join Date
    08-15-2006
    Posts
    71
    Hey,

    Sorry to bother you again, but the website you gave me doesn't help. I am more confused than I was before,

    Here's the scenerio: I have a list below,

    Applicaiton A
    Applicaiton B
    Applicaiton C
    Applicaiton D
    Applicaiton E
    Applicaiton A
    Applicaiton B
    Applicaiton C
    Applicaiton B
    Applicaiton C
    Applicaiton D
    Applicaiton E

    I need to setup a formula that will extract into a ANOTHER spreadsheet ONLY the common applications, so I will get something like this:

    Applicaiton A
    Applicaiton B
    Applicaiton C
    Applicaiton D
    Applicaiton E

    Again, thanks in advance for any help you give.

    Calli

  8. #8
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    -
    Quote Originally Posted by calli
    Hey,

    Sorry to bother you again, but the website you gave me doesn't help. I am more confused than I was before,

    Here's the scenerio: I have a list below,

    Applicaiton A
    Applicaiton B
    Applicaiton C
    Applicaiton D
    Applicaiton E
    Applicaiton A
    Applicaiton B
    Applicaiton C
    Applicaiton B
    Applicaiton C
    Applicaiton D
    Applicaiton E

    I need to setup a formula that will extract into a ANOTHER spreadsheet ONLY the common applications, so I will get something like this:

    Applicaiton A
    Applicaiton B
    Applicaiton C
    Applicaiton D
    Applicaiton E

    Again, thanks in advance for any help you give.

    Calli
    see the attached file.
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    05-10-2007
    Location
    Lincolnshire
    Posts
    6

    Smile SUMIF may work

    If the data in column A are static names, then you could use the SUMIF function.

    Say if your data was laid out as follows, you could use the formula below to sum them on a separate table.
    Col A Col B
    ITEM QTY
    Application A 25
    Application A 25
    Application B 30
    Application C

    Set up the table and then use this:

    =SUMIF($A2:$B100,A2,$B$100)

    If its not clear, I'll reply again with a spreadsheet sample if you think it may be of use.

  10. #10
    Registered User
    Join Date
    08-15-2006
    Posts
    71
    Hi Froglet,

    I know I'm responding back exceptionally late, but at the time I found a temporary solution. Now I've come up with another problem, similar to what I had before and was hoping you could send me the sample you were talking about in your post.

    Thanks,

    Calli

+ 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