+ Reply to Thread
Results 1 to 3 of 3

Specific dates in IF formula

  1. #1
    Registered User
    Join Date
    03-24-2014
    Location
    London, England
    MS-Off Ver
    Excel 2011
    Posts
    8

    Specific dates in IF formula

    Hello there,

    For the spreadsheet I use for my Financial Trading system, I've created an alert system - i.e. it has several formulas that tell me if my figures are odd, and it reminds me if it's a monday (significant).

    What I need now, is an alert for a specific day in a specific month - I need a formula that shows the cell value as "NFP" every first friday of the month and "Expiry" every third friday of the month.

    I've tried searching the internet but couldn't get the correct search terms, so apologies if something like this has already been answered.

    Thank you,

    Daniel

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Specific dates in IF formula

    Hello Daniel,

    I moved your post to a question forum

    To do that in one formula you can use this:

    =IF(WEEKDAY(TODAY())=6,IF(DAY(TODAY())<8,"NFP",IF(AND(DAY(TODAY())>14,DAY(TODAY())<22),"Expiry","")),"")

    That shows the correct text on the relevant Fridays, otherwise blank
    Audere est facere

  3. #3
    Registered User
    Join Date
    03-24-2014
    Location
    London, England
    MS-Off Ver
    Excel 2011
    Posts
    8

    Re: Specific dates in IF formula

    Hi daddylonglegs,

    Thanks so much for your response, that formula works perfectly 😄

    I appreciate your time. No more overdrafts due to NFP or Expiry it seems!

    Many thanks,

    Daniel

+ 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] A formula to countdown dates given a time span that is specific
    By poshbikerchick in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-05-2012, 06:07 AM
  2. Replies: 3
    Last Post: 04-18-2012, 07:48 AM
  3. Having a formula count only specific dates.
    By szm187 in forum Excel General
    Replies: 3
    Last Post: 03-15-2012, 11:28 AM
  4. Formula to omit Specific dates
    By jaydee in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-24-2008, 12:04 PM
  5. Replies: 6
    Last Post: 08-01-2006, 06:10 AM

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