Hi everyone,
I have entered =TODAY() in Cell C21 and i need the date in E46 to display the last day of next month.
Is there a way of making this do this automatically?
Cheers Mark
Hi everyone,
I have entered =TODAY() in Cell C21 and i need the date in E46 to display the last day of next month.
Is there a way of making this do this automatically?
Cheers Mark
This will display last date of next month:
=DATE(YEAR(C21)+INT((MONTH(C21)+1)/MONTH(C21));MONTH(C21)+1; )
This will display last day as number:
=WEEKDAY(DATE(YEAR(C21)+INT((MONTH(C21)+1)/MONTH(C21));MONTH(C21)+1; );2)
If you format cell as dddd you'll get text (monday, tuesday...)
Replace ; with , if needed
Last edited by zbor; 12-10-2009 at 07:51 AM.
Never use Merged Cells in Excel
Please familiarise yourself with the rules before posting. You can find them here.
Try
E46 =DATE(YEAR(TODAY()),MONTH(TODAY())+2,0)
hth
Thanks for all your fast responses you all make it look easy :-)
Thank You
It won't work for DECEMBERThat's why I had to complicate my formula
![]()
Last edited by daddylonglegs; 12-10-2009 at 08:19 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks