+ Reply to Thread
Results 1 to 3 of 3

Support Renewal Formulae Assistance

  1. #1
    Registered User
    Join Date
    10-26-2010
    Location
    UK
    MS-Off Ver
    Excel 2003
    Posts
    2

    Support Renewal Formulae Assistance

    Wondered if someone could help me as I racking my brain on these 2 queries which I'm sure are quite simple but I'm having trouble nonetheless.

    I have created a spreadsheet for managing support renewals in a single summary document for ease of administration, I have 2 requirements which I need assistance with:

    1. Currently if the "end date" of support is within "today's date" it will be display "current" however if false it will be classed as "expired". How do I create a formulae that extends the above if the end date is within 60 days of today's date it states "renew"?

    Formulae - =IF((TODAY()-H9)>0, "Expired", "Current")

    I believe I need to use AND but not sure quite how?

    2. On the second tab of the attached test spreadsheet I have created I would like it to take data from the first tab based on when the support expires and breaks this down by year. From here I plan on calculating the support renewal cost on a yearly basis.

    All help if greatly received.

    Thank you in advance
    Attached Files Attached Files

  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: Support Renewal Formulae Assistance

    Welcome to the forum.

    =IF(TODAY() > H9, "Expired", IF(TODAY() > H9-60, "Renew", "Current"))
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    10-26-2010
    Location
    UK
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Support Renewal Formulae Assistance

    Thank you, that's perfect

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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