Hi,
I am looking to display the first date of a month using the today() function is there a way?
thanks in advance
Hi,
I am looking to display the first date of a month using the today() function is there a way?
thanks in advance
Do you mean
=EOMONTH(TODAY(),-1)+1
or
=DATE(YEAR(TODAY()),MONTH(TODAY()),1)
Life's a spreadsheet, Excel!
Say thanks, Click *
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
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
I use this, because my formulas are rubbish and I find it the easiest to understand
=DATEVALUE("01/" & TEXT(TODAY(),"mm/yyyy"))
Thank you that works great.
JD
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks