Thanks for the tip!
It worked, but in doing so it's caused another problem. One of the other
columns counted for me the number of days between the Start and End dates.
SCENARIO
- Lets say column A had the start dates
- And column B had the end dates
- And that column C had the number of days
What I had was a formula in the cells in column C. The formula was =(B2-A2)
This always gave me a numeric value. Now it gives me a date.
EXAMPLE
- Column A has 30/07/2007
- Column B has 30/10/2007
- Previously, Column C had 92 (meaning 92 days)
- Now Column C has 01/04/1900
So, how do I fix this unwanted side-effect of the previous solution?
Also, as an aside, do you have any idea why the cells treated as "text" when
the formatting of those two date columns was clearly set as dates?
*shrugs*
Many thanks for your help!
On 8/10/07 4:19 AM, in article
jemcgimpsey-DD2EE7.12194907102007@msnews.microsoft.com, "JE McGimpsey"
<jemcgimpsey@mvps.org> wrote:
>> In other words, it is sorting by day first, then doing month, and never
>> doing the year.
[quoted text clipped - 4 lines]
> empty cell, selecting your dates, then choosing Edit/Paste Special.
> Select the Values and Add radio buttons, then click OK.
JE McGimpsey - 08 Oct 2007 00:02 GMT
> - Previously, Column C had 92 (meaning 92 days)
> - Now Column C has 01/04/1900
>
> So, how do I fix this unwanted side-effect of the previous solution?
Format column C as General.
> Also, as an aside, do you have any idea why the cells treated as "text" when
> the formatting of those two date columns was clearly set as dates?
If the cells were formatted as Text when the data was entered, then the
number format doesn't affect the display.
Also, values pasted in from other applications are often pasted in as
Text.
Joe - 08 Oct 2007 08:57 GMT
Oh, okay, well that explains it then.
Thank you very much for your help.
On 8/10/07 9:02 AM, in article
jemcgimpsey-239D75.17020407102007@msnews.microsoft.com, "JE McGimpsey"
<jemcgimpsey@mvps.org> wrote:
>> - Previously, Column C had 92 (meaning 92 days)
>> - Now Column C has 01/04/1900
[quoted text clipped - 11 lines]
> Also, values pasted in from other applications are often pasted in as
> Text.