+ Reply to Thread
Results 1 to 2 of 2

Certification spreadsheet

  1. #1
    Registered User
    Join Date
    04-09-2008
    Posts
    1

    Certification spreadsheet

    Hi,

    I'm looking for some help. I'm fairly new to formulas in excel and I'm having trouble. What I needs is:

    If cells (G4,G10:G16) have a date (of cert completion) entered. I need G17 to display "Yes".

    Is there such a formula out there?

    Thank you much

  2. #2
    Forum Contributor Portuga's Avatar
    Join Date
    02-20-2004
    Location
    Portugal
    MS-Off Ver
    365
    Posts
    852
    There is no function (maybe a user defined one) in excel to tell you if a cell contains a date or not.

    This solution will take into account if the cells have any kind of value in them.

    =IF(COUNTA(G4,G10:G16)=8,"Yes","")

    If all 8 cells are populated then it returns "yes" otherwise it remains blank.

    (what you can do is to use "cell validation" in those cells to allow only for date format)
    Last edited by Portuga; 04-09-2008 at 05:26 PM.
    If you found the solution to your question. Mark the thread as "Solved"
    Thank everyone that helped you with a valid solution by clicking on their

    There is no such thing as a problem, only a temporary lack of a solution

+ 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