I am trying to setup a search page in a worksheet on a document. I want to be able to search by an indicator (DID#), but there maybe multiples of the same (DID#) in the data. I want to be able to have each instance of the multiples displayed on the search page. In addition, I want to reference other data that matches that (DID#) in seperate cells.
Please see below, I want to have a search area that I can input the DID# and have a return of the corresponding info for that row. If I search "123" there are 2 entries and will need both displayed. The data is much bigger, but this is just a sample.
Can someone please help me with this, I would prefer a formula based solution, but I am OK with VBA.
Thanks,
Randy
[TABLE="class: grid, width: 500"]
<TBODY>[TR]
[TD]Date
[/TD]
[TD]DID#
[/TD]
[TD]Location
[/TD]
[TD]Type
[/TD]
[TD]Owner
[/TD]
[/TR]
[TR]
[TD]12/13/14
[/TD]
[TD]123
[/TD]
[TD]Anywhere
[/TD]
[TD]Flooring
[/TD]
[TD]RL
[/TD]
[/TR]
[TR]
[TD]2/8/14
[/TD]
[TD]567
[/TD]
[TD]Springfield
[/TD]
[TD]Painting
[/TD]
[TD]SA
[/TD]
[/TR]
[TR]
[TD]4/1/14
[/TD]
[TD]123
[/TD]
[TD]Anywhere
[/TD]
[TD]Break/Fix
[/TD]
[TD]SL
[/TD]
[/TR]
[TR]
[TD]3/16/14
[/TD]
[TD]490
[/TD]
[TD]Somewhere
[/TD]
[TD]Flooring
[/TD]
[TD]RL
[/TD]
[/TR]
</TBODY>[/TABLE]
Please see below, I want to have a search area that I can input the DID# and have a return of the corresponding info for that row. If I search "123" there are 2 entries and will need both displayed. The data is much bigger, but this is just a sample.
Can someone please help me with this, I would prefer a formula based solution, but I am OK with VBA.
Thanks,
Randy
[TABLE="class: grid, width: 500"]
<TBODY>[TR]
[TD]Date
[/TD]
[TD]DID#
[/TD]
[TD]Location
[/TD]
[TD]Type
[/TD]
[TD]Owner
[/TD]
[/TR]
[TR]
[TD]12/13/14
[/TD]
[TD]123
[/TD]
[TD]Anywhere
[/TD]
[TD]Flooring
[/TD]
[TD]RL
[/TD]
[/TR]
[TR]
[TD]2/8/14
[/TD]
[TD]567
[/TD]
[TD]Springfield
[/TD]
[TD]Painting
[/TD]
[TD]SA
[/TD]
[/TR]
[TR]
[TD]4/1/14
[/TD]
[TD]123
[/TD]
[TD]Anywhere
[/TD]
[TD]Break/Fix
[/TD]
[TD]SL
[/TD]
[/TR]
[TR]
[TD]3/16/14
[/TD]
[TD]490
[/TD]
[TD]Somewhere
[/TD]
[TD]Flooring
[/TD]
[TD]RL
[/TD]
[/TR]
</TBODY>[/TABLE]