Can you possibly create another column that combines the 3 columns into 1, then you can filter for those conditions all within that column?
I need the pivot table filtered results to be inclusive.
So, I have a table with some data rows and 3 Columns A, B, C with possible values X, Y, Z... I specify a filter for columns A, B, C such as that I can retrieve the data rows that have A=Y OR B=Z OR C=X.
The problem I have is that the default filters use an AND condition. So if I select the first value as A=Y, it will remove all other rows.
Any ideas? I know that you can do something similar with an Advanced Filter, but I don't know if there's a simpler solution.
Many thanks!
Sent from my phone using Tapatalk
Can you possibly create another column that combines the 3 columns into 1, then you can filter for those conditions all within that column?
You can put the variable in 3 separate cells,
then add a formula like:
=OR(A2=$X$2,B2=$Y$2,C2=$Z$2)
where A2:C2 are your first 3 items in your data to check against the dates in X2:Z2. If any match a TRUE is returned. You can filter that column.
attached a sample data. pls advise if I want to select date1=2012-04-31 or date2=2012-04-31 or date3=2012-04-31.
I want to have some feasibility to select any date from date1, date2 and date3
Why the Pivot Table for this? There is the same info in both.
sorry, i don't know what u mean.
the attached sample xls is a dummy data. It is help to explain my case.
you can use it to demostrate your suggestion.
Thanks.
See attached.
thanks. is it possible by using Pivot Table?
See attached.
Bookmarks