+ Reply to Thread
Results 1 to 3 of 3

formula to alert if expiring within 40 days

  1. #1
    Markitos
    Guest

    formula to alert if expiring within 40 days

    HI,

    I am currently using a conditional formula that will tell me when a field
    with a date input will expire with the current month.
    the formula I am currently using
    is:=IF(DATE(YEAR(G11),MONTH(G11),1)<TODAY(),G11+ROW()/10^10,"")

    but i was trying to find something that would tell me of a date expires with
    40 days, no matter if this is the current month or not.

    thanks for your help.
    Markitos

  2. #2
    Bob Phillips
    Guest

    Re: formula to alert if expiring within 40 days

    :=IF(G11<TODAY()+50,G11+ROW()/10^10,"")

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Markitos" <Markitos@discussions.microsoft.com> wrote in message
    news:EB031E8B-1BE4-4B91-ACE2-842CC30D6FD3@microsoft.com...
    > HI,
    >
    > I am currently using a conditional formula that will tell me when a field
    > with a date input will expire with the current month.
    > the formula I am currently using
    > is:=IF(DATE(YEAR(G11),MONTH(G11),1)<TODAY(),G11+ROW()/10^10,"")
    >
    > but i was trying to find something that would tell me of a date expires

    with
    > 40 days, no matter if this is the current month or not.
    >
    > thanks for your help.
    > Markitos




  3. #3
    Bob Phillips
    Guest

    Re: formula to alert if expiring within 40 days

    Sorry 40, not 50

    :=IF(G11<TODAY()+40,G11+ROW()/10^10,"")

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Markitos" <Markitos@discussions.microsoft.com> wrote in message
    news:EB031E8B-1BE4-4B91-ACE2-842CC30D6FD3@microsoft.com...
    > HI,
    >
    > I am currently using a conditional formula that will tell me when a field
    > with a date input will expire with the current month.
    > the formula I am currently using
    > is:=IF(DATE(YEAR(G11),MONTH(G11),1)<TODAY(),G11+ROW()/10^10,"")
    >
    > but i was trying to find something that would tell me of a date expires

    with
    > 40 days, no matter if this is the current month or not.
    >
    > thanks for your help.
    > Markitos




+ 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