Microsoft
Software
Hardware
Network
Question : Formula to return Month and Year when subtracting from a start date.
Can anyone help?
Using Excel 2003. I wish to enter the Month and Year into each cell down a column.
I 'm starting with a know date, eg
Aug10.
I wish to return using the know date every month and year for the previous 3 years, using a formula. eg.
Aug10,
Jul10,
Jun10,
May10,
Apr10,
etc
.
I have used the date minus 30 days but this returns errors when months have 28 days, or 31 days.
Answer : Formula to return Month and Year when subtracting from a start date.
If Aug-10 is in A1, try this
=DATE(YEAR(A1),MONTH(A1)-1
,1)
Random Solutions
Moved a Dolpin 7 website to a new server and I get an error message.
Do you know a utility in Unix I could use that would compare 2 files (for ex:, files A.txt vs B.txt) and display the differences between the 2 files?
Best use of a SATA 6g/s hard drive?
dumb Access VBA question
Class Diagram
Export to KML script for Windows 7
Can I send with another domain from the same exchange server
Microsoft CRM Product question
HTML 5: canvas
Getting "Unknown table engine 'InnoDB'" message in mySQL after updating my.cnf