Closed Thread
Results 1 to 6 of 6

double values for LARGE

  1. #1
    Registered User
    Join Date
    02-27-2007
    Posts
    27

    double values for LARGE

    Say I have the following numbers in a column

    2
    3
    3
    5
    5
    6
    7


    I use large to list the top three. I correctly identifies 2,3,and 3. but now I want to get a list of the values in the B col. So I use VLOOKUP to get that data. Since, there are two 3's, it will only look up one value. In a small list like this it isn't too hard to just look, but with 100's of values, is there a way to make sure I get all the values in the B col associated with the doubles in the A col.

    I'm open to adding an additional column with the original values to fudge the doulbes, ie: IF(LARGE(a:a,1)=LARGE(a:a,2),a1+.1,a1), but that would do that to the others as well.

    any thoughts?

    -jed

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

    Lightbulb

    Quote Originally Posted by jed_vii
    Say I have the following numbers in a column

    2
    3
    3
    5
    5
    6
    7


    I use large to list the top three. I correctly identifies 2,3,and 3. but now I want to get a list of the values in the B col. So I use VLOOKUP to get that data. Since, there are two 3's, it will only look up one value. In a small list like this it isn't too hard to just look, but with 100's of values, is there a way to make sure I get all the values in the B col associated with the doubles in the A col.


    I'm open to adding an additional column with the original values to fudge the doulbes, ie: IF(LARGE(a:a,1)=LARGE(a:a,2),a1+.1,a1), but that would do that to the others as well.

    any thoughts?

    -jed
    see the attached file and let me know if it helps
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    02-27-2007
    Posts
    27
    the helper col was a HUGE help. instead of the &, i used:

    =IF(ISBLANK(D8),"",D8+(COUNTIF(D8:$D$78,D8)/10000))

    And when I format the col's to two decimal points, it doesn't look weird either.

    thanks,
    -jed

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

    Lightbulb

    Quote Originally Posted by jed_vii
    the helper col was a HUGE help. instead of the &, i used:

    =IF(ISBLANK(D8),"",D8+(COUNTIF(D8:$D$78,D8)/10000))

    And when I format the col's to two decimal points, it doesn't look weird either.

    thanks,
    -jed
    pleased to know that it helped you.

  5. #5
    Registered User
    Join Date
    03-09-2007
    Posts
    1

    Post Adding...

    Say I have the following:

    1 check
    2 checks
    1 check
    2 checks
    2 checks

    How do I find the [sum] of the above check[s] using the spreadsheet on Microsoft Excel?

  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
    HenryCheung

    Please start a new thread

    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 !!!

Closed 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