Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Format Date Filter Problem

I formatted a date from 4/20/2010 to April-10 I still have a hard time
filtering
my data.

Eventhough it says April-10 it is still reading the day because the original
date had the day in it. So it is filtering the days seperatly. If I have
two dates: 4/19/2010 in row 1 and 4/20/2010 in row 2, I want to change their
format to MM-YY so I would only count 1 but it is currently counting the two
dates seperatly in my pivot table. Please help me....

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Format Date Filter Problem

On Tue, 20 Apr 2010 06:17:01 -0700, Stross002
wrote:

I formatted a date from 4/20/2010 to April-10 I still have a hard time
filtering
my data.

Eventhough it says April-10 it is still reading the day because the original
date had the day in it. So it is filtering the days seperatly. If I have
two dates: 4/19/2010 in row 1 and 4/20/2010 in row 2, I want to change their
format to MM-YY so I would only count 1 but it is currently counting the two
dates seperatly in my pivot table. Please help me....


The filter acts on the contents of the cell. Formatting changes how those
contents is displayed, but it does not change the contents.

If you want to set up a Filter that will act on April 2010, one way would be to
use a "helper column". In that column insert some formula which will convert
all of the April 2010 entries to be the same; then filter on that column.

For example, assuming data starts in A1, and your "helper column" is G:

g1: =date(year(a1),month(a1),1)

Then fill down as far as required.

When you select the filter, select it in Column G; and filter on 04/01/2010
--ron
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
date format problem KevHardy Excel Discussion (Misc queries) 8 February 13th 10 09:17 AM
Excel Format Problem - Date Overrides Format Mary Excel Discussion (Misc queries) 5 February 10th 10 05:49 AM
Date Format Problem (bug) Steve - Rabbit Man Excel Discussion (Misc queries) 5 October 31st 09 01:43 AM
Date format problem Natalie Excel Worksheet Functions 4 June 7th 07 01:28 PM
Date format problem Vass Excel Worksheet Functions 7 April 3rd 06 04:50 PM


All times are GMT +1. The time now is 10:15 PM.

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

About Us

"It's about Microsoft Excel"