+ Reply to Thread
Results 1 to 2 of 2

IF((and)) using data validation list

  1. #1
    Registered User
    Join Date
    03-06-2013
    Location
    Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    2

    IF((and)) using data validation list

    Hi and Good day,

    I'd like to know on how can I formula a information using the below data:
    - list of name eg: Brian, Kate, Steve, Nick @ G1:G4 [having a dropdown data validation>List of the name @ A1:C1]

    How can i generate a "DONE" in D1 [using the dropdown list @ A1:C1 which can be select randomly].
    - to enable monitor who did it task A1,B1,C1 while can ensure the task was complete showing "Done" in D1
    - tried before but not sucessful using this formula --> =IF((AND(A1=G1:G4,B1=G1:G4,C1=G1:G4)),"Done", "In progress")

    Currently Im using this formula as per below which the "done" only can appear if i specifically use "Yes".
    =IF((AND(A6="yes",B6="yes",C6="yes")),"done","In Progress")

    please feel free to ask more information if needed

  2. #2
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: IF((and)) using data validation list

    =IF(ISERROR(MATCH(A1,G1:G4,0)+MATCH(B1,G1:G4,0)+MATCH(C1,G1:G4,0)),"In Progress", "Done")
    Pauley
    --------
    If I helped with your issue, I'd appreciate a rep bump (hit the '*' icon to the bottom left of this post).

+ 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