PC Review


Reply
Thread Tools Rate Thread

Date shows as a number

 
 
Bob
Guest
Posts: n/a
 
      7th Jun 2011
I have a date in cell E2 formatted as 2011/08/09

In cell G2 I have a small formula
="%changeNextPaydate( "&A2&"'"&E2&"' );"

This should display as %changeNextPaydate( 1001552205
‘2011/08/09’ );
But the date in cellE2 shows as the numeric ’40764’
giving me %changeNextPaydate( 1001552205
‘40764’ );

Does anybody know how I can correct this please.

With thanks
 
Reply With Quote
 
 
 
 
Claus Busch
Guest
Posts: n/a
 
      7th Jun 2011
Hi Bob,

Am Tue, 7 Jun 2011 12:56:46 -0700 (PDT) schrieb Bob:

> I have a date in cell E2 formatted as 2011/08/09
>
> In cell G2 I have a small formula
> ="%changeNextPaydate( "&A2&"'"&E2&"' );"
>
> This should display as %changeNextPaydate( 1001552205
> ?2011/08/09? );
> But the date in cellE2 shows as the numeric ?40764?
> giving me %changeNextPaydate( 1001552205
> ?40764? );


try:
="%changeNextPaydate( "&A2&"'"&TEXT(E2,"YYYY/MM/DD")&"' );"


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Only first digit of a number shows on Report i.e., 600 shows 6 ADB_Seeker Microsoft Access Reports 10 23rd Dec 2009 12:37 AM
Cell that is formated for Date shows a diffrent number Haider Microsoft Excel Misc 2 8th Dec 2009 08:26 PM
Excel: I enter date and format for date, but shows as number =?Utf-8?B?c3BvaGFy?= Microsoft Excel Misc 2 10th Mar 2006 08:40 PM
I Dont Get It ? Positive Number Shows, Negative Number Does Not Show? Dave Elliott Microsoft Access Forms 12 4th Mar 2005 08:43 AM
# Week of year shows up as a number, need a date or date range George Wilson Microsoft Access Reports 1 28th Aug 2003 07:27 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:42 AM.