Date Range in Excel with text

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP



Date Range in Excel with text



I want in one cell to show a date range for a pregnancy calculator.

As the attached image shows, in cell C3 I have a date input

In cell E9 I want to show this function: (date:C3+45 days) "text" (date:C3+60 days)


C3


E9


date:C3+45 days


date:C3+60 days



enter image description here





OK. And did you try anything and get any specific problem before asking? SO is not a code-writing service. (and no, I'm not the person who downvoted)
– underscore_d
Aug 11 at 18:13





Yes I have tried this one =TEXT(c3+45,"mmm d")&" - "&TEXT(c3+60,"mmm d")
– Costas Saloubardos
Aug 11 at 18:30





Using your formula.. I get "Apr 15 - Apr 30" .. Is this the expected output if the C3 is 1 Mac 2018 ? || Sorry, I don't understand the language used in the screenshot
– p._phidot_
Aug 11 at 21:42






was this what you were looking for?
– learnAsWeGo
Aug 13 at 4:25




1 Answer
1



Equation looks like this:


=TEXT(C3+45,"mm/dd/yyy") & " - " & TEXT(C3+60,"mm/dd/yyy")



enter image description here






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Firebase Auth - with Email and Password - Check user already registered

Dynamically update html content plain JS

How to determine optimal route across keyboard