+ Reply to Thread
Results 1 to 3 of 3

How to get answer if two condition match in two different cells

  1. #1
    Forum Contributor
    Join Date
    04-23-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    113

    Post How to get answer if two condition match in two different cells

    Hi all,

    How to get answer if two condition match in two different cells for example-I want if C1 has text PPSM and C4 has value more than zero for example(1) answer should be PPSM1808040T AND
    if C1 has text PABW and C4 has value more than zero for example answer should be PABW1908040T But if C1 has any text but C4 is blank so answer should be blank cell..

    I have attached sample file please do the needful friends..


    Thanks in advance,

    Mahadev.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    10-29-2012
    Location
    Mojokerto,Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    554

    Re: How to get answer if two condition match in two different cells

    =if(and(isnumber(find("ppsm",c1)),c4>0),"ppsm1808040t",if(and(isnumber(find("ppsm",c4)),c1>0),"pabw1908040t"))

  3. #3
    Forum Contributor
    Join Date
    04-23-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    113

    Re: How to get answer if two condition match in two different cells

    Dear Ghozi Alkatiri,

    Thank you so much for your help you have saved lot of manual work you are simply great...

    Thanks

    Dev

+ 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. Seeking the answer by different condition and priority
    By otterandrews in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-30-2013, 06:47 AM
  2. Replies: 1
    Last Post: 04-02-2008, 12:03 AM
  3. [SOLVED] Help PLEASE! Not sure what answer is: Match? Index? Other?
    By baz in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM
  4. Help PLEASE! Not sure what answer is: Match? Index? Other?
    By baz in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 PM
  5. [SOLVED] Help! Need quick answer how to handle no data condition for filter
    By davegb in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-17-2005, 07:06 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