Hi,
I need to have what I call a smart Filter.
If I have 3 Columns and they all have values such as
1 2 3
2 2 3
2 1 3
3 3 3
3 1 1
I want to have a filter in which I only have to filter one column for the number 1, and have a filter for all three columns:
1 2 3
2 1 3
3 1 1
Thanks
JDC