+ Reply to Thread
Results 1 to 3 of 3

Modifying dates?

  1. #1
    Registered User
    Join Date
    05-08-2007
    Posts
    35

    Modifying dates?

    I have a long list of anniversary dates and basically I need to calc an increase on any of those after 7/31/2007 and before 12/31/2007.
    Anyone know an easy way to do this?

    This is what the detail looks like. I know how to create a formula that says if cell (anniversary date) is greater than 7/31, then increase 3% - but what is messing me up is the fact that there are the 2 years - 2007 & 2008. Id appreciate ANY help. Thanks!

    Rates Anniversary Date
    16.86 04/30/08
    11.33 07/24/07
    12.73 07/09/08
    10.00 06/21/08
    18.57 09/04/07
    Last edited by redlion3; 08-06-2007 at 08:55 PM.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887
    Hi redlion,

    Try this formula:

    =IF(AND(B1>DATE(2007,7,31),B1<=DATE(2007,12,31)),A1*1.03,A1)

    This assumes your rates are in A1 downward, and dates in B1 downward. Adjust your ranges to suit.

  3. #3
    Registered User
    Join Date
    05-08-2007
    Posts
    35
    This is EXACTLY what I was looking for. Thank you

+ 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