Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Looking for a Date forming function

I have two cells; A1 and B1 each with a date; in A1 I have 11/01/11
and in B1 I have 11/26/11. Furthermore I named cell A1 StartWeek and
cell B1 is named EndWeek.

I'd like to have an adjacent cell read 11/01/11 through period ending
11/26/11

But when I enter =concatenate(A1&" through period ending "&B1) I end
up with:
11/05/11 through period ending 40873

I also tried =concatenate(StartWeeek&" through period ending
"&EndWeek) but I still end up with:
11/05/11 through period ending 40873

Is there some function I can add that would format the second date to
appear correctly as 11/26/11 ?

Thank you

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 51
Default Looking for a Date forming function

Il 08/12/2012 00:33, Rob Flott ha scritto:
I have two cells; A1 and B1 each with a date; in A1 I have 11/01/11
and in B1 I have 11/26/11. Furthermore I named cell A1 StartWeek and
cell B1 is named EndWeek.

I'd like to have an adjacent cell read 11/01/11 through period ending
11/26/11

But when I enter =concatenate(A1&" through period ending "&B1) I end
up with:
11/05/11 through period ending 40873

I also tried =concatenate(StartWeeek&" through period ending
"&EndWeek) but I still end up with:
11/05/11 through period ending 40873

Is there some function I can add that would format the second date to
appear correctly as 11/26/11 ?

Thank you



=TEXT(A1,"mm/gg/aa")&" through period ending "&TEXT(B1,"mm/gg/aa")

E.
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Looking for a Date forming function

On Dec 7, 3:58*pm, plinius wrote:
Il 08/12/2012 00:33, Rob Flott ha scritto:





I have two cells; A1 and B1 each with a date; in A1 I have 11/01/11
and in B1 I have 11/26/11. *Furthermore I named cell A1 StartWeek and
cell B1 is named EndWeek.


I'd like to have an adjacent cell read 11/01/11 through period ending
11/26/11


But when I enter =concatenate(A1&" through period ending "&B1) I end
up with:
* 11/05/11 through period ending 40873


I also tried =concatenate(StartWeeek&" through period ending
"&EndWeek) but I still end up with:
* 11/05/11 through period ending 40873


Is there some function I can add that would format the second date to
appear correctly as 11/26/11 ?


Thank you


=TEXT(A1,"mm/gg/aa")&" through period ending "&TEXT(B1,"mm/gg/aa")

E.- Hide quoted text -

- Show quoted text -


Thank you...this works great, although I used "mm/dd/yy"
instead....THANK YOU :)
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 51
Default Looking for a Date forming function

Il 08/12/2012 01:09, Rob Flott ha scritto:
On Dec 7, 3:58 pm, plinius wrote:
Il 08/12/2012 00:33, Rob Flott ha scritto:





I have two cells; A1 and B1 each with a date; in A1 I have 11/01/11
and in B1 I have 11/26/11. Furthermore I named cell A1 StartWeek and
cell B1 is named EndWeek.


I'd like to have an adjacent cell read 11/01/11 through period ending
11/26/11


But when I enter =concatenate(A1&" through period ending "&B1) I end
up with:
11/05/11 through period ending 40873


I also tried =concatenate(StartWeeek&" through period ending
"&EndWeek) but I still end up with:
11/05/11 through period ending 40873


Is there some function I can add that would format the second date to
appear correctly as 11/26/11 ?


Thank you


=TEXT(A1,"mm/gg/aa")&" through period ending "&TEXT(B1,"mm/gg/aa")

E.- Hide quoted text -

- Show quoted text -


Thank you...this works great, although I used "mm/dd/yy"
instead....THANK YOU :)


I forgot to translate :-)
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help forming a list Stig - tame racing driver Excel Discussion (Misc queries) 0 February 12th 09 04:53 PM
Pivotting? Transposing? Normal Forming? Crosstabbing? Rowell657 Excel Discussion (Misc queries) 3 September 12th 08 11:55 AM
Forming a trend line Aaron Excel Worksheet Functions 6 June 29th 07 01:46 PM
Distributing elements forming n groups [email protected] Excel Programming 0 September 20th 05 01:15 PM
conditional forming causing linking errors Dave Breitenbach Excel Worksheet Functions 0 April 1st 05 08:19 PM


All times are GMT +1. The time now is 05:41 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"