Thread: [Solved] Date Range Formular
View Single Post
 
Old 04-22-2017, 12:26 AM
Pecoflyer's Avatar
Pecoflyer Pecoflyer is offline Windows 7 64bit Office 2010 64bit
Expert
 
Join Date: Nov 2011
Location: Brussels Belgium
Posts: 2,943
Pecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond repute
Default

Quote:
Originally Posted by Logit View Post
Code:
=TEXT(G2,"dd-mmm-yy")&"  -  "&TEXT(G3,"dd-mmm-yy")
You will have to copy and paste into each cell you want the dates displayed.
You will not be able to paste and drag down.
Wouldn't =TEXT($G$2,"dd-mmm-yy")&" - "&TEXT($G$3,"dd-mmm-yy")
allow to drag down?
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post
Reply With Quote