+ Reply to Thread
Results 1 to 3 of 3

IF formula

  1. #1
    Registered User
    Join Date
    07-10-2014
    Location
    Edinburgh, Scotland
    MS-Off Ver
    2007
    Posts
    35

    IF formula

    Hi,

    I am trying to work out a formula for a training spreadsheet. I need to show whether all essential training has been completed. If the training is completed it will have a date in the completed column under the course name, if blank then it has not been completed.

    So, I would need the formula to look in the cell range and if any blanks then it would return an 'N' as training has not all been completed. If no blanks in the range then a 'Y' should be returned.

    Thanks.

  2. #2
    Registered User
    Join Date
    12-11-2014
    Location
    Dallas, TX
    MS-Off Ver
    2010
    Posts
    94

    Re: IF formula

    Try something like this:

    =IF(COUNTIF(A1:A10,"")>0,"N","Y")

    assuming your dates are in A1:A10 =)

  3. #3
    Registered User
    Join Date
    07-10-2014
    Location
    Edinburgh, Scotland
    MS-Off Ver
    2007
    Posts
    35

    Re: IF formula

    Ah, thank you very much. That works.

+ 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: 11
    Last Post: 06-06-2014, 03:34 PM
  2. how to hide formula in formula box, view lookup result in formula box?
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-14-2013, 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