+ Reply to Thread
Results 1 to 5 of 5

table 6 rows by 3 columns with random alphanumeric chars, I want to assign numeric values

  1. #1
    Forum Contributor
    Join Date
    03-30-2020
    Location
    Gibraltar, Gibraltar
    MS-Off Ver
    365
    Posts
    150

    table 6 rows by 3 columns with random alphanumeric chars, I want to assign numeric values

    Hi I have a table with 6 rows by 3 columns with random alphanumeric chars, I want to assign numeric values to those chars based on their positions and then get the char with most value.I attach an example worksheet.
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,714

    Re: table 6 rows by 3 columns with random alphanumeric chars, I want to assign numeric val

    Your example file doesn't really explain what you want to achieve.

    Please put together a few examples (manually), so that we can take it forward.

    Pete

  3. #3
    Forum Contributor
    Join Date
    03-30-2020
    Location
    Gibraltar, Gibraltar
    MS-Off Ver
    365
    Posts
    150

    Re: table 6 rows by 3 columns with random alphanumeric chars, I want to assign numeric val

    OK,

    Pretty much if the strings are in the first column they get assigned 20 points.
    The strings in column 2 are assigned 15 points
    The strings in column 3 are assigned 10 points

    The strings that match are the same so we add their values together and get a total - if there is more than one string with a the same max total then they should be shown.
    Last edited by Michael Island; 10-05-2020 at 02:50 PM.

  4. #4
    Forum Contributor
    Join Date
    03-30-2020
    Location
    Gibraltar, Gibraltar
    MS-Off Ver
    365
    Posts
    150

    Re: table 6 rows by 3 columns with random alphanumeric chars, I want to assign numeric val

    This example might help.
    Attached Files Attached Files

  5. #5
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,714

    Re: table 6 rows by 3 columns with random alphanumeric chars, I want to assign numeric val

    I'm still not really sure what you want to achieve, but you can get a total score for each name (excluding duplicates) using this formula in K7:

    =IF(COUNTIF($I$7:$I7,I7)=1,SUMIFS($J$7:$J$24,$I$7:$I$24,I7),"")

    Copy down to K24. Then you can rank those total scores using this formula in L7:

    =IF(K7="","",RANK(K7,$K$7:$K$24)+COUNTIF($K$7:$K7,K7)-1)

    Again, copy down.

    Then you can get the highest scorer with this formula:

    =INDEX($I$7:$I$24,MATCH(1,$L$7:$L$24,0))

    Hope this helps.

    Pete

+ 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] Max value of a set containing alphanumeric and numeric values
    By thecdnmole in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 07-01-2020, 02:57 PM
  2. Replies: 2
    Last Post: 11-06-2014, 05:07 PM
  3. Find alphanumeric values in one column and split alpha from numeric
    By bowdendavid in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-08-2013, 03:23 PM
  4. [SOLVED] HELP NEEDED: Extracting specific numeric values from alphanumeric cells?
    By hennerby in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-01-2012, 12:45 PM
  5. [SOLVED] extract numeric data from alphanumeric rows using VBA / macros ?
    By h3lpMe in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 10-20-2011, 05:23 PM
  6. Summing numeric parts of alphanumeric values
    By amdk8800 in forum Excel General
    Replies: 10
    Last Post: 11-17-2009, 08:27 PM
  7. Replies: 3
    Last Post: 03-29-2006, 02:45 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