+ Reply to Thread
Results 1 to 4 of 4

Data / Cell Validation

  1. #1
    Registered User
    Join Date
    06-08-2009
    Location
    Aberdeen
    MS-Off Ver
    Excel 2007
    Posts
    3

    Data / Cell Validation

    Hi everyone, am looking for a little help, I have a spreadsheet that I am using to Asset and PAT test track, I have a number of columns, the ones I am trying to automate are the Dates, what type of test is due, is a test required. eg. (I have uploaded a sample if it is helpful)

    Test frequency - 12 / 48 Months - 12 is Visual test/ 48 is Full test

    Last test Date(vis) - 27/04/2010 - Test next Due 06/04/2011

    Last test date (Ful) - 27/10/2010 - Test next due - 06/04/2010

    I have put a conditional format that turns cell red/green dependant if test is due or not, the next two colums that i am trying to work out are

    Is test required - Yes / No / Not Req
    Test Type - Visual / Full / Not Req

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: Data / Cell Validation

    ... and your question is ... ?

  3. #3
    Registered User
    Join Date
    06-08-2009
    Location
    Aberdeen
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Data / Cell Validation

    Apologies - Question is how can i get the Test Requried Colum to puplate with Yes, No or Not Required and the Test Type Colum to populate with Visual, Test or Not Required , dependant on the entries in the date columns

  4. #4
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: Data / Cell Validation

    Try these and copy down

    L4 =IF(K4="","not req",IF(AND(I4>$B$1,K4>$B$1),"no","yes"))
    M4 =IF(L4="yes",IF(I4<$B$1,"Full",IF(K4<$B$1,"Visual","")),IF(L4="not req",L4,""))

+ 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