I have a table of information containinga series of numbers that relate directly to an identifier (Site) - probably easier to give a practical example:
So i have a range of Numbers from 40000 - 42999 and this is associated with a location - i.e. London
I have another range 43000 - 44999 and this is associated with s different location - i.e. Birmingham
On the sheet it is presented as ONE row per site as follows:
This is the table that i want to do a lookup on.
I have another table that lists the individual Extension numbers For example 40001, 40002, 40007 etc etc,
i would like to be able to perform a lookup of the extension numbers against the first table to establish which site the number exists.
I am pretty happy with VLOOKUP and beleive this is the area i should be looking in, but obviously the numbers i have listed in Table 01 will not match as 40001 etc is not shown up in it - can someone please assist or point me the right direction
Thank you !!
So i have a range of Numbers from 40000 - 42999 and this is associated with a location - i.e. London
I have another range 43000 - 44999 and this is associated with s different location - i.e. Birmingham
On the sheet it is presented as ONE row per site as follows:
Code:
Table 01
Extension Range Site
40000 - 42999 London
43000 - 44999 Birmingham
I have another table that lists the individual Extension numbers For example 40001, 40002, 40007 etc etc,
i would like to be able to perform a lookup of the extension numbers against the first table to establish which site the number exists.
I am pretty happy with VLOOKUP and beleive this is the area i should be looking in, but obviously the numbers i have listed in Table 01 will not match as 40001 etc is not shown up in it - can someone please assist or point me the right direction
Thank you !!