+ Reply to Thread
Results 1 to 4 of 4

Problems with validation

  1. #1
    Registered User
    Join Date
    03-17-2005
    Posts
    3

    Problems with validation

    I have a spreadsheet with times in a column... The times are airport arrival times. When I have a connecting flight, I have those times in a separate column. I want to disallow any times in the connecting flight column that are less than one hour later from the arrival times in the arrival column

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Assuming that Column A contains arrival times, and Column B contains times for connecting flights, try the following...

    1) Select Column B

    2) Data > Validation > Setting > Allow > Custom

    3) Enter the following formula:

    =B1>=A1+1/24

    4) Click Ok

    If you wish, enter a custom message in the 'Error Alert' tab.

    Hope this helps!

  3. #3
    Registered User
    Join Date
    03-17-2005
    Posts
    3

    Cool, I'll try

    Cool, thanks so much for your help I'll try it and let ya know!

  4. #4
    Registered User
    Join Date
    03-17-2005
    Posts
    3

    Cool, I'll try

    Yes, yes!! It worked, thank you SO much!

+ 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