Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35
Default Filtering dates in two different columns

I want to be able to show within a range of data only data
for a certain period ie week (same criteria for each
selection) but apply to two different columns.

By filtering I can do each separately but I want on same
report. Have tried advance filtering but got stuck.

Unsure if this is clear but the fields are "Land Set
Date" "Prop Set Date" as data contains information for
both types of settlements and I need to show for the
following week what settlements in total are.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Filtering dates in two different columns

Hi Michelle

Not sure if I understand your question clearly. I have assumed that
the 2 columns containing dates are Cols A & D.
I have also assumed that the date is in the form of a weeknumber
e.g.48

This formula goes in any blank column

=IF(A1=48,1,IF(D1=48,1,0))

Copy down as far as necessary.

If you then filter on the new column using 1 you will only see rows
where week 48 is in col A or D

If there are dates rather than week numbers in your columns you will
need to change the if statements to cover start and finish dates

David P

On Mon, 20 Oct 2003 22:28:54 -0700, "michelle"
wrote:

I want to be able to show within a range of data only data
for a certain period ie week (same criteria for each
selection) but apply to two different columns.

By filtering I can do each separately but I want on same
report. Have tried advance filtering but got stuck.

Unsure if this is clear but the fields are "Land Set
Date" "Prop Set Date" as data contains information for
both types of settlements and I need to show for the
following week what settlements in total are.


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
Filtering Dates therd Excel Discussion (Misc queries) 2 November 2nd 09 12:40 AM
filtering dates Dawn Excel Worksheet Functions 4 May 20th 08 03:50 PM
Filtering The Dates [email protected] New Users to Excel 4 April 25th 07 12:14 AM
filtering dates KJ Excel Discussion (Misc queries) 3 December 29th 06 07:34 PM
filtering dates mindy Excel Discussion (Misc queries) 3 September 9th 05 09:20 PM


All times are GMT +1. The time now is 07:25 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"