+ Reply to Thread
Results 1 to 4 of 4

Need help with multiple if conditions

Hybrid View

  1. #1
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Need help with multiple if conditions

    Or try this in E2 and copy down
    Formula: copy to clipboard
    =--(OR(AND(OR(C2="MD",C2="DO"),LEFT(D2,3)<>"Dr."),AND(C2<>"",D2=A2)))

  2. #2
    Registered User
    Join Date
    12-11-2018
    Location
    Phoenix, AZ
    MS-Off Ver
    Professional Plus 2016
    Posts
    2

    Red face Re: Need help with multiple if conditions

    Neither of those worked for all contingencies, but they did help me find a solution of
    =IF(AND(OR(C2="MD",C2="DO"),D2="Dr. "&A2),0,1)-IF(AND(OR(C2<>"MD",C2<>"DO"),D2=B2),1,0)+IF(AND(OR(C2="MD",C2="DO"),D2=B2),1,0)


    Thank you so much for all your help!

+ 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. Replies: 29
    Last Post: 01-01-2017, 10:25 AM
  2. Replies: 2
    Last Post: 01-14-2016, 03:53 PM
  3. [SOLVED] Vlookup - Country conditions (Multiple conditions)
    By dluhut in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-26-2013, 11:42 AM
  4. Replies: 0
    Last Post: 08-14-2012, 01:18 PM
  5. Insert multiple values from seperate table based on multiple conditions
    By drakesong in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-28-2011, 06:04 PM
  6. Replies: 1
    Last Post: 12-05-2010, 04:39 AM
  7. How to multiple conditions to validate more than 2 conditions to .
    By Bhuvana Govind in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-28-2005, 04:06 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