Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Converting Dates Problem

All,

when I try to reformat dates that are in a yyyymm format (200510) into a
mmm-yyyy format (Oct 2005) the conversion doesn't come close and I end up
with dates from the year 2048 amongst others. Any thoughts on how to fix
this? I am trying to apply it to a formula that will allow me to sum the
follwing:

=SUM((RawData!$CT$2:$CT$2000=$B3)*(RawData!$A$2:$A $2000=$C3)*(RawData!$AL$2:$AL$20000)*(RawData!$AL $2:$AL$2000<7))

where I can use a Oct of 2005 and a < May of 2006 to track how many people
have completed a test in that time frame... but it's not working for me. The
0 and <7 are being used to count how many months old the test is but I need

to start from the beginning of the Fiscal Year.

THanks.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default Converting Dates Problem

If a cell has an entry like "200510" you could put this formula in a cell to
get the date 1 Oct 2005:

=DATE(LEFT(A1,4),RIGHT(A1,2),1)

--
Jim
"zeke2230" wrote in message
...
| All,
|
| when I try to reformat dates that are in a yyyymm format (200510) into a
| mmm-yyyy format (Oct 2005) the conversion doesn't come close and I end up
| with dates from the year 2048 amongst others. Any thoughts on how to fix
| this? I am trying to apply it to a formula that will allow me to sum the
| follwing:
|
|
=SUM((RawData!$CT$2:$CT$2000=$B3)*(RawData!$A$2:$A $2000=$C3)*(RawData!$AL$2:$AL$20000)*(RawData!$AL $2:$AL$2000<7))
|
| where I can use a Oct of 2005 and a < May of 2006 to track how many
people
| have completed a test in that time frame... but it's not working for me.
The
| 0 and <7 are being used to count how many months old the test is but I
need
| to start from the beginning of the Fiscal Year.
|
| THanks.


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
converting Dates torpido Excel Worksheet Functions 2 January 27th 15 10:24 AM
Converting to Dates Trazza_UK Excel Discussion (Misc queries) 5 November 1st 07 10:33 PM
Converting Julian Dates to regular dates CDTucson Excel Worksheet Functions 2 June 7th 07 04:20 AM
Converting Dates Jacq Excel Worksheet Functions 5 March 5th 07 11:10 PM
converting dates JT[_2_] Excel Programming 1 August 18th 04 08:03 PM


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

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"