+ Reply to Thread
Results 1 to 4 of 4

Formula with date range tolerance

  1. #1
    Registered User
    Join Date
    01-21-2015
    Location
    London, England
    MS-Off Ver
    2007
    Posts
    2

    Formula with date range tolerance

    Good Evening,

    First post so please be gentle.

    I'm trying to write a formula for comparing an expiry date with the TODAY function and a 14 day +/- tolerance.

    I need A4 to display the word "contact" if the date in H4 is + or - 14 days from todays date and for the cell to be blank if its outside the +/- 14 days.

    This sheet effectively needs to show all contracts that are either over 14 days expired or due to expire in 14 days from the date the sheet is looked at on a rolling basis.

    I've spent ages trying to work it out and completely boggled my brain, i'm sure its easy but i cannot figure it out.

    Can anyone help me please?

    Thanks
    Peter

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Formula with date range tolerance

    Welcome to the forum.

    Row\Col
    A
    B
    C
    1
    01/06/2015
    -- B1: =IF(ABS(TODAY() - A1) <= 14, "contact", "--")
    2
    01/07/2015
    contact
    3
    02/04/2015
    contact
    4
    02/05/2015
    --
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    01-21-2015
    Location
    London, England
    MS-Off Ver
    2007
    Posts
    2

    Re: Formula with date range tolerance

    Brilliant, thanks. i see how you did that.

    I have one more question if i may.

    If i wanted to have a further 12 sheets in the same workbook, one for each month, and i wanted to display the whole row in a seperate sheet if the date was anytime in january, how would i formulate that?

    i.e.

    sheet titled data

    Cell I5 has the contract expiry date and if it was any date in January i would want to populate that entire row into a sheet titled Jan. If i cannot do the row as a whole then how would i transfer the data from 'data!' sheet cell I5 to 'jan!' sheet cell I5.

    I hope that makes sense but i basically need to transfer the the data to a new sheet for the month the contract expires in.

    Thanks again for your help.

  4. #4
    Forum Contributor
    Join Date
    08-07-2014
    Location
    India
    MS-Off Ver
    2007
    Posts
    372

    Exclamation Need Help

    Hi,


    I need to generate automatic serial no for drop down records which I have, Since there is a huge data I feel difficult to enter

    manually.Some one pl help to solve this issue. Sample data enclosed below.


    DATA

    Country Suggestions list Drop Down List Serial Number

    United States United States United States 1
    China United Kingdom
    Japan
    Germany
    France
    Brazil
    United Kingdom

    Rgs

    Silambu

+ 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. [SOLVED] IF AND OR complex statement for accepting limits in a tolerance range
    By maggiedort in forum Excel Formulas & Functions
    Replies: 19
    Last Post: 08-22-2013, 12:22 PM
  2. Excel Date/Tolerance formula
    By flisters in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-09-2013, 01:41 PM
  3. Formula to calculate tolerance negative & postive
    By nd4spd in forum Excel General
    Replies: 3
    Last Post: 08-04-2011, 04:20 AM
  4. return number from range if in tolerance
    By BHudPE in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-07-2011, 04:21 PM
  5. Compare numbers to a tolerance range
    By C2AUTOINC in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 11-30-2009, 06:16 PM

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