+ Reply to Thread
Results 1 to 2 of 2

How to have the word COMPLETED appearing when all aswers are YES

  1. #1
    Registered User
    Join Date
    06-21-2013
    Location
    Vancouver BC
    MS-Off Ver
    Excel 2003
    Posts
    1

    How to have the word COMPLETED appearing when all aswers are YES

    Hi everyone,

    first time here! I'm new to the world of Excel, and I need to create tracking spreadsheet for work. Everyday I received an email with the data from a web-form filled-up online by participants. I cut and paste the data (text) into my spreadsheet. I've created a Macro to transpose the data into a list were I can keep track of who has done what.

    To ensure that all answers from the web-form are completed, I've put in cells C9 to C19, this: =IF(B9=B42,"YES","NO") where I've pasted in B9 to B19 the answer from the email and where B42 to B52 contain the exact answer participants are supposed to chose. So in C9 through C19, I have a bunch of Yes and No.

    What I want to do at this point, is to have in cell D2 the word "COMPLETED" if all cells from C9 to C19 say YES, and INCOMPLETE if any of the answers are NO.

    Any idea how to do this?

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: How to have the word COMPLETED appearing when all aswers are YES

    Try

    =IF(COUNTIF(C9:C19,"No"),"Incomplete","Complete")

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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