+ Reply to Thread
Results 1 to 4 of 4

Plotting the date of first Friday by formula for the given year and month.

  1. #1
    Forum Contributor
    Join Date
    02-25-2012
    Location
    Coimbatore, India
    MS-Off Ver
    Excel 2010
    Posts
    445

    Plotting the date of first Friday by formula for the given year and month.

    Hello Friends

    Attached file name : <First Friday date finding.xlsx>
    Attached file Version : 2010

    I want to plot the date of first Friday by formula in yellow cell for the given year and month.

    thanks in advance


    thilag
    Attached Files Attached Files

  2. #2
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,366

    Re: Plotting the date of first Friday by formula for the given year and month.

    Put in C3:

    =DATE(TEXT(DATE(B3,1,1),"yyy"),TEXT(DATE(1,A3,1),"m"),1)-DAY(DATE(TEXT(DATE(B3,1,1),"yyy"),TEXT(DATE(1,A3,1),"m"),1))+8-WEEKDAY(DATE(TEXT(DATE(B3,1,1),"yyy"),TEXT(DATE(1,A3,1),"m"),1)-DAY(DATE(TEXT(DATE(B3,1,1),"yyy"),TEXT(DATE(1,A3,1),"m"),1))+2)

    and formatted as dd-mmm-yyyy in custom formatted

    Hope this helps

    Azumi
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    02-25-2012
    Location
    Coimbatore, India
    MS-Off Ver
    Excel 2010
    Posts
    445

    Re: Plotting the date of first Friday by formula for the given year and month.

    Hello Asumi

    Thanks & Thanks

    thilag

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

    Re: Plotting the date of first Friday by formula for the given year and month.

    Asumi's formula works for me.....but it's a little bit more complicated than you need. This formula will give the same results

    =DATE(B3,A3,8)-WEEKDAY(DATE(B3,A3,2))
    Audere est facere

+ 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. Need to convert Month/Date/Year to Year/Month/Date so excel will recognize
    By juliettelam in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-25-2014, 04:17 PM
  2. [SOLVED] Formula to automatically figure out the first friday of a specified month and year
    By darchaf in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-28-2012, 07:57 PM
  3. [SOLVED] Formula that returns the date of every Friday of the month
    By MROMAR in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-18-2012, 03:00 PM
  4. formula for prior month & year of a month end date.
    By mikeburg in forum Excel General
    Replies: 2
    Last Post: 09-25-2007, 04:01 PM
  5. [SOLVED] PLOTTING BASED ON MONTH/YEAR [DATE] MACROS
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-06-2005, 11:05 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