ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Filtering dates in two different columns (https://www.excelbanter.com/excel-programming/280104-filtering-dates-two-different-columns.html)

Michelle

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.


DavidP[_2_]

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.




All times are GMT +1. The time now is 05:17 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com