I have a bit of an odd workbook (I know, that's not unusual here ). There are two sheets: the second is the data page, the first is a search of sorts for the data on the second.
The search allows the end users (and I'm trying to allow for those who barely know Excel) to type in a phone number OR part of a name. (Defaults to using the phone number if both are entered, removes spaces/dashes/dots from phone before searching.) It will then search in the appropriate field on the second page and display all columns of the row where that is phone or name is found. The final data sheet will have approximately 50-60,000 rows, as an FYI.
It all works as expected. However, when searching for names, it only finds the first person with John in their name (John Adams would be before Steve Johnson, so Steve would never be found). I know this is the expected result. However, I am trying to find a way around this. I have thought about different ways that multiple results in a search can be displayed, and I would be ok with any of these (although I don't know that any are possible here):
I've created a sample workbook which you can download here: <a href="PostingFile.xlsx"></a>
Any ideas that you might have would be appreciated. I'm not looking for exact formulas, etc, more looking for directions to research, as I'm at a loss right now.
Thanks for any help you can give.
The search allows the end users (and I'm trying to allow for those who barely know Excel) to type in a phone number OR part of a name. (Defaults to using the phone number if both are entered, removes spaces/dashes/dots from phone before searching.) It will then search in the appropriate field on the second page and display all columns of the row where that is phone or name is found. The final data sheet will have approximately 50-60,000 rows, as an FYI.
It all works as expected. However, when searching for names, it only finds the first person with John in their name (John Adams would be before Steve Johnson, so Steve would never be found). I know this is the expected result. However, I am trying to find a way around this. I have thought about different ways that multiple results in a search can be displayed, and I would be ok with any of these (although I don't know that any are possible here):
- Displays the first result, then on a click (arrow, mouse, other key) moves to the next result
- Displays all results in a table on the search page
I've created a sample workbook which you can download here: <a href="PostingFile.xlsx"></a>
Any ideas that you might have would be appreciated. I'm not looking for exact formulas, etc, more looking for directions to research, as I'm at a loss right now.
Thanks for any help you can give.