Sort by List

  • Thread starter Thread starter Manosh
  • Start date Start date
M

Manosh

Hi all

I have a vlookup table based on hierarchy such as

1. Landuse
- Typology/s

example
1. Residential
- Apartments
- Townhouses

for which i use a set of assumptions in calculating various info on
another worksheet.

For my vlookup table to work i need to sort my table on Typology.
However while reading these assumptions it would be easier if the
typologies were grouped with the Landuse without being split up.
Is there an elegant solution to having both my vlookup table work with
a list sorted on Landuse?
I can email the table if any one needs to take a look. (Currently i am
using filters but need to keep remembering to re-sort after every
print of the assumptions worksheet)
Many thanks
 
Hi

There is no need to sort your list to work with Vlookup, provided you
use the 4th parameter and set it to FALSE or 0.

=VLOOKUP(your_item,your_table,your_offset,0)
 
Hi

There is no need to sort your list to work with Vlookup, provided you
use the 4th parameter and set it to FALSE or 0.

=VLOOKUP(your_item,your_table,your_offset,0)

--
Regards

Roger Govier











- Show quoted text -

Thanks Roger - Didnt realise it was that straight forward!
 

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