andrewb90
Well-known Member
- Joined
- Dec 16, 2009
- Messages
- 1,077
Hello,
I am trying to create a search function, and could use a little assistance. In C3 & C4 I have two drop down boxes. Each one contains identical options and return a value of 1-8. I need a way to search all the rows below for matching values and hide all rows except those that match.
Example 1: C3 has a value of 3, I will search and all rows that has a value of 3 in column C or Column D will be unhidden.
Example 2: C3 has a value of 2, and D3 has a value of 7, I will search, and all rows that have both a value of 2 in column C and a value of 7 in column D will be unhidden.
I hope this makes sense to somebody more skilled than I.
- Andrew
Also,
Another thing I am trying to do is a search by date, (located in column b). I am thinking about just doing a separate search function for that, but if it could be included in with the other one, that would be cool too.
I am trying to create a search function, and could use a little assistance. In C3 & C4 I have two drop down boxes. Each one contains identical options and return a value of 1-8. I need a way to search all the rows below for matching values and hide all rows except those that match.
Example 1: C3 has a value of 3, I will search and all rows that has a value of 3 in column C or Column D will be unhidden.
Example 2: C3 has a value of 2, and D3 has a value of 7, I will search, and all rows that have both a value of 2 in column C and a value of 7 in column D will be unhidden.
I hope this makes sense to somebody more skilled than I.
- Andrew
Also,
Another thing I am trying to do is a search by date, (located in column b). I am thinking about just doing a separate search function for that, but if it could be included in with the other one, that would be cool too.