+ Reply to Thread
Results 1 to 2 of 2

Extract unique items based with added variable

  1. #1
    Registered User
    Join Date
    11-07-2015
    Location
    Australia
    MS-Off Ver
    Office 365
    Posts
    91

    Extract unique items based with added variable

    Hi all,

    I’m trying to find work out a formula to determine the number of unique items there are in a list with added variables in a parallel columns. E.g. determine the number of unique items if that item is in group 2 and it occurs between 2 dates

    I have attached an example file.

    Any help would be greatly appreciated.

    Thanks
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Extract unique items based with added variable

    You have banana spelled 2 ways (also bannana row 14)

    This works if you add a helper column...
    =COUNTIFS($A$2:$A$15,">="&$E$2,$A$2:$A$15,"<="&$F$2,$C$2:$C$15,H2,$D$2:$D$15,1)

    I added a helper column in D and used this...
    D2=COUNTIF($B$2:B2,B2)
    copied down
    You can hide this if you want to
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Extract unique items for two columns and get totals
    By YasserKhalil in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-16-2016, 08:33 AM
  2. [SOLVED] Count Unique Items in a Column Based on Unique Items in Two Other Columns
    By HangMan in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 10-31-2015, 04:48 PM
  3. [SOLVED] Extract unique items based on criteria
    By YasserKhalil in forum Excel General
    Replies: 4
    Last Post: 09-03-2015, 03:29 AM
  4. [SOLVED] Extract Unique Items (No VBA/No Helper Cells)
    By NeedForExcel in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-24-2015, 03:09 AM
  5. Extract unique items based on criteria
    By YasserKhalil in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 01-08-2015, 03:10 PM
  6. Extract unique items from a Table and place in a column
    By Evilshrew in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-28-2007, 02:36 AM
  7. Extract Unique Items
    By GreenLotus in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-15-2007, 09:00 PM

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