+ Reply to Thread
Results 1 to 3 of 3

multi pal condition in single row

  1. #1
    Registered User
    Join Date
    11-28-2014
    Location
    india
    MS-Off Ver
    7
    Posts
    141

    multi pal condition in single row

    Hi All
    This time Looking for a formula as it is mentioned in the table attached excel sheet.

    as per the table, we need to come to the conclusion of "Process" as mentioned below.

    when ES=Y
    Region=APAC
    Country=Korea/China
    The "process" should reflect as "APAC Language ES"
    The same way we need to accommodate all the conditions.

    If anyone can help me, it will be a great help.

    Attachment : Formula.xlsx

    Regards
    Arindam
    Attached Files Attached Files

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,888

    Re: multi pal condition in single row

    Here is how I would do this.
    1. Insert a column at D and place this formula in there and copy it down. =CONCATENATE(C2,A2,B2)
    2. You will need to build your lookup table to include every combination instead of using items like China/Korea or All, you will need to list each country.
    3. Insert a column at N and place this formula in there and copy down. =CONCATENATE(K5,L5,M5)
    4. In Column E, place this formula and copy down. =VLOOKUP(D2,$N$5:$O$10,2,0) Note you will have to change the range N5:O10 to the actual range you arrive at after completing step 2 and 3.

    Good Luck with this.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Registered User
    Join Date
    11-28-2014
    Location
    india
    MS-Off Ver
    7
    Posts
    141

    Re: multi pal condition in single row

    Thanks a lot..this really very much helpful for me...

+ 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. multi condition value 1 or value 2 or...value n
    By erkamu in forum Excel General
    Replies: 6
    Last Post: 02-09-2017, 07:21 AM
  2. [SOLVED] Multi condition lookup
    By Suleiman Farah in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 06-22-2015, 01:10 PM
  3. Replies: 19
    Last Post: 10-05-2012, 01:03 PM
  4. Multi Condition Formula
    By klatre in forum Excel General
    Replies: 0
    Last Post: 07-29-2010, 12:00 AM
  5. multi condition format? lookup and date condition valid for.
    By D_Rennie in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-13-2009, 11:37 AM
  6. Multi Condition SUM
    By newone210 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-20-2006, 01:18 PM
  7. Multi-condition vlookup
    By Hobbeson in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM

Tags for this Thread

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