+ Reply to Thread
Results 1 to 3 of 3

Making Text Appear in a cell based on text in 2 other cells

  1. #1
    Registered User
    Join Date
    12-31-2012
    Location
    Ocean City, New Jersey
    MS-Off Ver
    Excel 2011 Mac
    Posts
    6

    Making Text Appear in a cell based on text in 2 other cells

    Hi all,

    I am a super noob to this kinda stuff and need some help.

    I am trying to get text to appear in a cell based on the text in 2 other cells.

    I am using this to match performance (A) and potential (B) scores that I have entered in a drop down to populate the value of (C) at the end of the row.


    A + B = C
    Low + Low = Reasign
    Low + Med = Valued
    Low + High = Potential
    Med + Low = Acceptable
    Med + Med = Middle
    Med + High = Rising Star
    High + Low = Struggle
    High + Med = Potential Star
    High + High = Star

    The values of A and B will come from different cells and I hope to put it in a new cell.

    So if i picked Low in the first column and the Med in the second column it would tell me that it is Valued
    Last edited by NSimp216; 01-05-2015 at 04:34 PM.

  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,728

    Re: Making Text Appear in a cell based on text in 2 other cells

    You can set up a little table somewhere (e.g. in X1:Y9) with these entries:

    LowLow ..... Reasign
    LowMed ..... Valued
    LowHigh ..... Potential
    MedLow ..... Acceptable
    MedMed ..... Middle
    MedHigh ..... Rising Star
    HighLow ..... Struggle
    HighMed ..... Potential Star
    HighHigh ..... Star

    then assuming your drop-downs are in A1 and B1, put this formula in C1:

    =IF(A1&B1="","",IFERROR(VLOOKUP(A1&B1,$X$1:$Y$9,2,0),"entry error"))

    Then copy down as required.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    12-31-2012
    Location
    Ocean City, New Jersey
    MS-Off Ver
    Excel 2011 Mac
    Posts
    6

    Re: Making Text Appear in a cell based on text in 2 other cells

    Holy Cow Pete - I don't know how or why that worked but it did...thank you very very much!!!

+ 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] Change text color of selected cells based on a text value of another cell
    By JNEWBURY2280 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-09-2014, 11:26 PM
  2. sorting text from one cell into 3 other cells based on text criteria
    By steik in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-14-2014, 06:35 PM
  3. Replies: 3
    Last Post: 11-21-2013, 07:48 PM
  4. [SOLVED] Search text in cells, find matching text based on list, remove all but one entry
    By adam_mc in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-30-2013, 12:50 PM
  5. making charts based on text categories
    By cwling in forum Excel General
    Replies: 1
    Last Post: 05-26-2005, 11:05 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