Dates
Inputting date into spread sheet eg 01/01/2014 what formula do I use to calculate the next month 01/02/2014 without typing it in manually and how do I do this?
Thanks
Dee
RE: dates
Hi Dee
you can use the EODATE() function to work out the end of the current month then add 1 to give you the first of the next month. It would look like this
A1 contains the current date
A2 is formatted as a date
The formula is in A2
=EODATE(A1,0)+1
I hope this helps - let me know if you have any questions.
Kind regards,
Andrew