+ Reply to Thread
Results 1 to 7 of 7

Formula for a cell from four possible combos

  1. #1
    Registered User
    Join Date
    11-10-2015
    Location
    Louisville, KY
    MS-Off Ver
    2013
    Posts
    3

    Formula for a cell from four possible combos

    Excel.PNG
    So I'm not sure if this is even possible...columns H-K have only 2 possibilities (High, Low), but only 2 of these columns will ever have a value in them, i.e. "Power" will be High, "Interest" will be High, the other 2 blank, or some other combination. I want a formula for column L that will auto-populate an entry in text format from 4 possible outcomes based on what is selected in columns H-K. For example:

    1) Power=High, Interest=High, Influence=blank, Impact=blank therefore Category=Managed Closely
    or
    2) Power=High, Interest=Low, Influence=blank, Impact=blank therefore Category=Keep Satisfied
    or
    3) Power=Low, Interest=Low, Influence=blank, Impact=blank therefore Category=Keep Informed
    etc.

    Any hope in figuring this out?

  2. #2
    Forum Contributor
    Join Date
    01-04-2013
    Location
    Tampa, Florida
    MS-Off Ver
    Excel 2013
    Posts
    142

    Re: Formula for a cell from four possible combos

    Assuming your data starts in row 2

    Please Login or Register  to view this content.

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,179

    Re: Formula for a cell from four possible combos

    Please post a file with ALL conditions and expected results

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Formula for a cell from four possible combos

    There's only 3 but (assuming blanks are true blanks)

    =IF(AND(ISBlANK(J2), ISBLANK(K2)), IF(H2="High", IF(I2="High", "Managed Closely", "Keep Satisfied"), IF(I2="High", ???, "Keep Informed")),"Something else")

    ??? represents low power, high interest
    "Something else" represents J2 and K2 not being blank
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  5. #5
    Registered User
    Join Date
    11-10-2015
    Location
    Louisville, KY
    MS-Off Ver
    2013
    Posts
    3

    Re: Formula for a cell from four possible combos

    Thanks for the quick reply. I'll try it out and re-post.

  6. #6
    Registered User
    Join Date
    11-10-2015
    Location
    Louisville, KY
    MS-Off Ver
    2013
    Posts
    3

    Re: Formula for a cell from four possible combos

    mo4391...That did the trick. Got some more to add to the formula for other combinations, but that was it. Thanks!

  7. #7
    Forum Contributor
    Join Date
    01-04-2013
    Location
    Tampa, Florida
    MS-Off Ver
    Excel 2013
    Posts
    142

    Re: Formula for a cell from four possible combos

    No problem. Just trying to give back to the board that has helped me so much the last few years.

+ 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. How to get all possible combos from five columns
    By dcu5001 in forum Excel General
    Replies: 5
    Last Post: 08-12-2015, 09:48 AM
  2. Display all different combos
    By Vic_from_sweden in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-20-2015, 12:21 PM
  3. [SOLVED] Combination producer only combos where #1<#2<#3
    By sdl2 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-28-2015, 12:15 AM
  4. Merge Formatting with variable cell combos
    By tbnweekly in forum Excel General
    Replies: 0
    Last Post: 03-08-2012, 11:00 AM
  5. Large, Small, Index, Match formula combos
    By taudano in forum Excel General
    Replies: 2
    Last Post: 06-30-2011, 01:53 AM
  6. combos and dates
    By Shorty in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 03-02-2006, 12:30 PM
  7. too many combos
    By VOG in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-13-2005, 01: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