+ Reply to Thread
Results 1 to 5 of 5

How to find unique data from a larger set of data?

  1. #1
    Registered User
    Join Date
    02-02-2010
    Location
    Auburn, AL
    MS-Off Ver
    Excel 2007
    Posts
    16

    How to find unique data from a larger set of data?

    Hello,

    I think if I play with this long enough I'll figure it out, but if someone could help me that would save me some time.

    I've attached the spreadsheet. I'm looking at the first part of page 3.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    04-25-2012
    Location
    Phoenix, AZ
    MS-Off Ver
    Excel 2010
    Posts
    19

    Re: How to find unique data from a larger set of data?

    I'm not quite sure what you want for the 3rd column?

    1st Column: =VLOOKUP(E4,A:C,2,TRUE)
    2nd Column: =VLOOKUP(E4,A:C,3,TRUE)
    3rd Column: =COUNTIFS(B:B,"<1.5",C:C,">5%",A:A,E4)
    or: =IF(AND(F4<1.5,G4>5%),"Yes","No")

    Put in first blank then fill down.


    Is this what you needed?

  3. #3
    Registered User
    Join Date
    02-02-2010
    Location
    Auburn, AL
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: How to find unique data from a larger set of data?

    Yes, that helped me out. Thank you. And it was the second formula I needed for the 3rd column.

  4. #4
    Registered User
    Join Date
    02-02-2010
    Location
    Auburn, AL
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: How to find unique data from a larger set of data?

    While I am at it, can you look at the 4th box there? I am trying formula =MEDIAN(IF(B4>1, C4,no)), but I know it is wrong. I do not know what to put for the "if false" value or if this is even the way to go about this.

  5. #5
    Registered User
    Join Date
    04-25-2012
    Location
    Phoenix, AZ
    MS-Off Ver
    Excel 2010
    Posts
    19

    Re: How to find unique data from a larger set of data?

    =MEDIAN(IF(B:B>1,C:C))

    put it in the formula bar and hit Ctrl + Shift + Enter

+ 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