+ Reply to Thread
Results 1 to 8 of 8

Formula that will show proceed or not proceed

  1. #1
    Forum Contributor geliedee's Avatar
    Join Date
    10-14-2013
    Location
    Manila, philippines
    MS-Off Ver
    Excel 2007
    Posts
    399

    Formula that will show proceed or not proceed

    Hi All,

    in addition to my earlier post, i have a column: Column X that will show proceed if:

    column R = No
    Column S = No
    Column U = YES
    Column V = Yes

    and will show Do not proceed if:

    Column R and Column S = YES

    Thanks again!

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Formula that will show proceed or not proceed

    Not sure where your earlier post is so I'm simply going with what you've posted here
    (if this is a continuation of another thread you should have posted to the same thread).

    =IF(AND(R1="No,S1="No",U1="YES",V1="Yes"),"P","Do Not P")&"roceed"

    should suffice
    Last edited by Special-K; 01-29-2015 at 07:25 AM.
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,459

    Re: Formula that will show proceed or not proceed

    May be:

    =IF(R1&S1="YESYES","Do not process",IF(R1&S1="NONO",IF(U1&V1="YESYES","Process",""),""))
    Quang PT

  4. #4
    Forum Contributor geliedee's Avatar
    Join Date
    10-14-2013
    Location
    Manila, philippines
    MS-Off Ver
    Excel 2007
    Posts
    399

    Re: Formula that will show proceed or not proceed

    Hi bebo021999, tried ur rformula but shows me a blank result. let me rephrase the needed criteria.
    IF
    column R = Yes

    Automatic it will show Do not proceed.

    If column R = No
    and Column S = Yes

    It will still show do not proceed

    If Column R = No
    Column S = No
    Column U = No
    Column V = Yes

    Still do not proceed

    It will still show do not proceed

    If Column R = No
    Column S = No
    Column U = yes
    Column V = no

    Still shoe do not proceed

    and if

    If Column R = No
    Column S = No
    Column U = yes
    Column V = YES

    Then it will show proceed SOrry for the long post

  5. #5
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Formula that will show proceed or not proceed

    Basically only show proceed if R = No S = No U=Yes and V= Yes

    Check my formula again, I've just edited it.

  6. #6
    Forum Contributor geliedee's Avatar
    Join Date
    10-14-2013
    Location
    Manila, philippines
    MS-Off Ver
    Excel 2007
    Posts
    399

    Re: Formula that will show proceed or not proceed

    Hi Special K,

    yes thats correct. It will only proceed in that way. I have checked your formula and its kinda not in order, can you double check?

    This is ur formula as seen above:
    Please Login or Register  to view this content.

  7. #7
    Forum Contributor geliedee's Avatar
    Join Date
    10-14-2013
    Location
    Manila, philippines
    MS-Off Ver
    Excel 2007
    Posts
    399

    Re: Formula that will show proceed or not proceed

    Hi Special K, Sorry my excel's fault. I entered your fromula and it works
    Thanks!!

  8. #8
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,459

    Re: Formula that will show proceed or not proceed

    How about:

    Please Login or Register  to view this content.

+ 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. Help with a formula or tips on how to proceed
    By abbi_tronic in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-22-2013, 11:15 AM
  2. Replies: 2
    Last Post: 05-12-2013, 03:18 PM
  3. not sure how to proceed
    By inoexcel in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-02-2006, 07:34 PM
  4. best way to proceed
    By Gary Keramidas in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 10-05-2005, 01:05 PM
  5. proceed to the next column
    By emtelli in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-31-2005, 05:25 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