Quote:
Originally Posted by Logit
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?