+ Reply to Thread
Results 1 to 6 of 6

Search single row range for multiple texts and return "blah" Excel 2003

  1. #1
    Registered User
    Join Date
    07-05-2012
    Location
    Alberta, Canada
    MS-Off Ver
    Excel 2003
    Posts
    5

    Search single row range for multiple texts and return "blah" Excel 2003

    I''m sorry, ashleyd...After NOT overwriting a person's post for many years, I've done it TWICE this month. (I think I'm overworked at my "real job"...Ron Coderre)

    I created this model
    N1:O9 contains this list
    Please Login or Register  to view this content.
    In cells A1:K1
    Please Login or Register  to view this content.
    Row_2 contains statuses from the N1:N9 list under the years
    Example:
    Please Login or Register  to view this content.
    Assuming that status entries follow a logical pattern, ending with Graduated....This regular formula calculates the appropriate status based on the Row_2 entries.:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    (If the order is not quite right, adjust it until it is)

    In the above example, that formula returns: Graduated.

    Is that something you can work with.
    Last edited by Ron Coderre; 03-22-2013 at 03:36 PM.

  2. #2
    Valued Forum Contributor AZ-XL's Avatar
    Join Date
    03-22-2013
    Location
    Azerbaijan, Baku
    MS-Off Ver
    Excel 2007
    Posts
    603

    Re: Search single row range for multiple texts and return "blah" Excel 2003

    Why7 dont you attach excel file with desired results. Like that you will get your answer in shorter time
    Appreciate the help? CLICK *

  3. #3
    Valued Forum Contributor AZ-XL's Avatar
    Join Date
    03-22-2013
    Location
    Azerbaijan, Baku
    MS-Off Ver
    Excel 2007
    Posts
    603

    Re: Search single row range for multiple texts and return "blah" Excel 2003

    I am sorry But I couldnt fully understand the problem but I think you wanna get words in N column appropriate with writtens in years columns. Status celll =
    =VLOOKUP(INDEX($C2:$K2,MATCH(MAX(ISTEXT($C2:$K2)*$C$1:$K$1),$C1:$K1,0)),$N$1:$O$9,2,0) CSE

    This formula takes data in last year and takes its realted info placed in N column.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    07-05-2012
    Location
    Alberta, Canada
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Search single row range for multiple texts and return "blah" Excel 2003

    I think it's beer-o-clock on this thread

    before I poke around your reply I'm going to attempt to upload a mock up of my sheet with people info removed.
    Attached Files Attached Files

  5. #5
    Valued Forum Contributor AZ-XL's Avatar
    Join Date
    03-22-2013
    Location
    Azerbaijan, Baku
    MS-Off Ver
    Excel 2007
    Posts
    603

    Re: Search single row range for multiple texts and return "blah" Excel 2003

    Here is the formula:
    =VLOOKUP(INDEX(E3:M3,MATCH(MAX((E3:M3<>"-")*$E$1:$M$1),$E$1:$M$1,0)),$N$1:$O$9,2,0) CSE

    The formula answers match with your answers but City D - row 3
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    07-05-2012
    Location
    Alberta, Canada
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Search single row range for multiple texts and return "blah" Excel 2003

    Hey, sorry it took me so long to post back - this solved my problem, thank you. I'm also applying to to a few other things I have created based on it working the first time. Thanks a lot.

+ 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