+ Reply to Thread
Results 1 to 3 of 3

Incorporating another if condition

  1. #1
    Forum Contributor
    Join Date
    10-18-2012
    Location
    new york
    MS-Off Ver
    Office 365
    Posts
    177

    Incorporating another if condition

    I have the below forumla which works fine but I need to incorporate another if condition into it...
    I need to add in if C1 is yes then continue with the below forumla, otherwise stay blank or state 'N/A'

    =IF(A1="","",(IF((A1>(B1+3)),"No",(IF(OR(A1<(B1-3)),"Yes","Maybe")))))

  2. #2
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Incorporating another if condition

    try this

    =If(C1="yes",IF(A1="","",(IF((A1>(B1+3)),"No",(IF(OR(A1<(B1-3)),"Yes","Maybe"))))),"N/A")

    Hope this helps
    A picture may be worth a thousand words, BUT, a sample Workbook is worth a thousand screenshots!
    -Add a File - click advanced (next to quick post), scroll to manage attachments, click, select add files, click select files, select file, click upload, when file shows up at bottom left, click done (bottom right), click submit
    -To mark thread Solved- go top of thread,click Thread Tools,click Mark as Solved
    If you received helpful response, please remember to hit the * of that post

  3. #3
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Incorporating another if condition

    you could try this. ( not verified)

    =IF(C1<>"yes",#N/A,IF(A1="","",(IF((A1>(B1+3)),"No",(IF(OR(A1<(B1-3)),"Yes","Maybe"))))))
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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