Hey guys, I have a request, and I'm planning on putting it on Commercial Services forum. I want to get an idea of what is a fair price to award for completion.
I have a master tab. It has 15 columns. Each column pulls data from other tabs. I need a search button that allows users to search for one of 5 columns.
Once the 5 columns have been searched, each match should populate with all the info that corresponds to that ID (the rest of the row).
Then, and here's the hard part, I need the search function to comb through 3 of those columns and find any new matches to the original matches. Essentially, it goes like this:
Example: James (column 1), who is 21 years old (column 2), is green (column 3), and loves pizza (column 4).
I only know that I want info on James, but don't know that he is 21, green, and loves pizza. So I type in james in the search bar.
All of the data (james, 21 yo, green, pizza) should pop up in a new tab. Then, the search should automatically look for all other people who are either 21, OR green, OR love pizza, because I want to introduce James to them.
Add'l Notes:
- Sometimes there may be 5 james who are 21, green, but love a different food.
- Case (upper vs lower) can't matter in the search (james should work as well as James).
Bookmarks