+ Reply to Thread
Results 1 to 6 of 6

How do you display the first day of a given month using the today() function

  1. #1
    Forum Contributor
    Join Date
    04-02-2010
    Location
    penrith
    MS-Off Ver
    Excel 2007
    Posts
    522

    How do you display the first day of a given month using the today() function

    Hi,

    I am looking to display the first date of a month using the today() function is there a way?

    thanks in advance

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: How do you display the first day of a given month using the today() function

    Do you mean

    =EOMONTH(TODAY(),-1)+1
    or
    =DATE(YEAR(TODAY()),MONTH(TODAY()),1)
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: How do you display the first day of a given month using the today() function

    hi john, try:
    =TODAY()-DAY(TODAY())+1

    in Excel 2003, you might not have EOMONTH
    =EOMONTH(TODAY(),-1)+1

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: How do you display the first day of a given month using the today() function

    I posted the same approach, so self deleted


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  5. #5
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: How do you display the first day of a given month using the today() function

    I use this, because my formulas are rubbish and I find it the easiest to understand

    =DATEVALUE("01/" & TEXT(TODAY(),"mm/yyyy"))

  6. #6
    Forum Contributor
    Join Date
    04-02-2010
    Location
    penrith
    MS-Off Ver
    Excel 2007
    Posts
    522

    Re: How do you display the first day of a given month using the today() function

    Thank you that works great.

    JD

+ 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