Navigating a Table Using a Lookup

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a need to do some sort of lookup within a table...then navigate to
that point in the table to "look around". I need to navigate because I want
to see other surrounding records as well as the retrieved record. Is there
any way to do that?

Ex:
1 a 3 200 c
2 k 4 400 g
3 e 1 600 i
4 m 7 100 m

I want to say I want to look up record 3...then navigate to that point in
the table to look around.
 
You could use Data->Filter and then establish a custom filter on column A
that filters for a range of values around your target.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top