Date with TEXT add one month with TEXT

ozbeachbum

Board Regular
Joined
Jun 3, 2015
Messages
211
Office Version
  1. 2021
Platform
  1. Windows
I have the following formula;
=TEXT(Jul!D44,"Mmm")&":"
and would like to increase by one month including the TEXT.
I have tried a number of TEXT with DATE Functions without success.
Any help appreciated.
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
How about
Excel Formula:
=TEXT(edate(Jul!D44,1),"Mmm")&":"
 
Upvote 0
Hi Fluff,

=TEXT(edate(Jul!D44,1),"Mmm")&":" Does bring through Aug based on Jul!D44.

I should have been clearer on my first post.
=TEXT(edate(Jul!D44,1),"Mmm")&":" is in EY86 and what I was looking for was a formula which I could enter in EY87 and drag down to get each of the following months + text.

I tried adjusting your formula to =TEXT(edate(EY86,1),"Mmm")&":" but I get Error in Value.

Trust this makes my request clearer.
 
Upvote 0
How about, in ey86
Excel Formula:
=TEXT(edate(Jul!D$44,rows(ey$86:ey8)6),"Mmm")&":"
 
Upvote 0
How about, in ey86
Excel Formula:
=TEXT(edate(Jul!D$44,rows(ey$86:ey8)6),"Mmm")&":"
This might be of more helpful.
240916 date + text.xlsx
EXEYEZFA
85
86Jul:
87Based on EY86 Aug:Jan:<-- It won't accept your formula TEXT(edate(Jul!D$44,rows(ey$86:ey8)6),"Mmm")&":" and changes it as shown.
88Based on EY87Sep:
89and so on.
90
Blank
Cell Formulas
RangeFormula
EY86EY86=TEXT(Jul!D44,"Mmm")&":"
EZ87EZ87=TEXT(EDATE(Jul!D$44,ROWS(EY8:EY$86)*6),"Mmm")&":"
 
Upvote 0
Oops, slight typo, it should be
Excel Formula:
=TEXT(edate(Jul!D$44,rows(ey$86:ey86)),"Mmm")&":"
 
Upvote 0
Solution

Forum statistics

Threads
1,221,530
Messages
6,160,351
Members
451,639
Latest member
Kramb

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top