LaKartoffelita
New Member
- Joined
- Apr 8, 2015
- Messages
- 13
Hi everybody,
I am new to this forum and it already helped me a lot just by using the search, but this time I can't find an already existing thread with a solution that fits my problem. I am quite new to excel and just started using more complex formulas (and don't know much about macros let alone VBA).
So here's my problem: I have a cell that contains a certain date and I need a way to add one year but instead of displaying a date I need the output to be a certain text according to the month. Here's an example:
A1 = 01.06.2015
B1 = 2016 P6 (The date behind this would be 01.06.2016)
Right now I managed the first part by using the following formula...
=DATE(YEAR(A1) + 1; MONTH(A1); DAY(A1))
...and was thinking to add a TEXT formula with it to display "062016" (not 100% what I need, but this would work as well), except I'm not sure how to combine those two.
I also searched the forum and found something that is very close to what I need...
http://www.mrexcel.com/forum/excel-questions/774759-date-range.html
...but can't make it work. In my Excel this is what I get "07YYYY" (Also this adds a months, not a year...)
Is there a way to make either one of these options work or is there another way to get what I need?
Thanks a lot
I am new to this forum and it already helped me a lot just by using the search, but this time I can't find an already existing thread with a solution that fits my problem. I am quite new to excel and just started using more complex formulas (and don't know much about macros let alone VBA).
So here's my problem: I have a cell that contains a certain date and I need a way to add one year but instead of displaying a date I need the output to be a certain text according to the month. Here's an example:
A1 = 01.06.2015
B1 = 2016 P6 (The date behind this would be 01.06.2016)
Right now I managed the first part by using the following formula...
=DATE(YEAR(A1) + 1; MONTH(A1); DAY(A1))
...and was thinking to add a TEXT formula with it to display "062016" (not 100% what I need, but this would work as well), except I'm not sure how to combine those two.
I also searched the forum and found something that is very close to what I need...
http://www.mrexcel.com/forum/excel-questions/774759-date-range.html
...but can't make it work. In my Excel this is what I get "07YYYY" (Also this adds a months, not a year...)
Is there a way to make either one of these options work or is there another way to get what I need?
Thanks a lot
Last edited: