C
caradomski
I have some data that looks like this...
1001399 John Doe
1001200 Bugs Bunny
etc.....
I have a range of data to return the department they work in...
10011000 10012999 EAG
10015000 10015999 GMS
10013024 10013036 PILM
10013000 10013015 PILM
10013048 10013060 PILM
10013300 10013599 PILM
10013100 10013100 PILM
10013122 10013122 PILM
10013600 10013621 PILM
10014612 10014612 Other
10014700 10014725 Other
10014000 10014199 PILM
Normally I would use a sumproducts to return the deparment but they
have 1000's of entry I would have to test. So I am trying to do some
kind of lookup that tries to find the number in a range then return
the department.
Example.
If 10011111 is between 100110000 and 100012999 then return EAG, but if
not then look between 10015000 and 10015999.
Does anyone have a clue on how to do this in excell?
1001399 John Doe
1001200 Bugs Bunny
etc.....
I have a range of data to return the department they work in...
10011000 10012999 EAG
10015000 10015999 GMS
10013024 10013036 PILM
10013000 10013015 PILM
10013048 10013060 PILM
10013300 10013599 PILM
10013100 10013100 PILM
10013122 10013122 PILM
10013600 10013621 PILM
10014612 10014612 Other
10014700 10014725 Other
10014000 10014199 PILM
Normally I would use a sumproducts to return the deparment but they
have 1000's of entry I would have to test. So I am trying to do some
kind of lookup that tries to find the number in a range then return
the department.
Example.
If 10011111 is between 100110000 and 100012999 then return EAG, but if
not then look between 10015000 and 10015999.
Does anyone have a clue on how to do this in excell?