Hi,
I have a specific problem, and I need help.
I will be getting a list of customers like this
I don't want to do it manually to add the "delivery point" to specific adresses.
I want to use some fixed table like this one
Thing is that I have several places like in this "fixed" one. And I have some rules. Like in Los Angeles and Las Vegas I have a street with the same names. But Pasadena in LA or LV will have different delivery points. Also I have additional problem in the rules that Pasadena in LA is a very long street, so 1-9 is in one store, while 10-30 is in another one. Because its better that way. In the fixed one, I have some streets without any numbers, just because the whole street is "dedicated" to one delivery point.
Is there any vlookup formulas that will bring me the desired result and that will successfully give me the right delivery point ?
p.s. Variable one is the variable, but the layout of informations is always the same. If there e.g. is some bad typed street it will give me N/A result which is fine, or maybe if I don't have that street inserted in fixed table.
I have a specific problem, and I need help.
I will be getting a list of customers like this
NAME | SURNAME | PLACE | STREET | STREET NUMBER | DELIVERY POINT |
MIKE | JONES | LOS ANGELES | PASADENA | 11 | LA 1 |
GEORGE | MATIK | LOS ANGELES | PASADENA | 9 | LA 2 |
DERRICK | SHAWN | LAS VEGAS | PASADENA | 33 | LAS VEGAS |
SASHA | FINE | SACRAMENTO | GEORGE | 44 | SAC 3 |
I don't want to do it manually to add the "delivery point" to specific adresses.
I want to use some fixed table like this one
PLACE | STREET | STREET NUMBER | DELIVERY POINT | |||
LOS ANGELES | PASADENA | 1 | LA 1 | |||
SACRAMENTO | GEORGE | SAC 3 | * PASADENA 1-8 LA 1, PASADENA 9-30 LA 2, PASADENA 31-90 LA 3… | |||
LOS ANGELES | NEW ONE | LA 5 | ||||
LOS ANGELES | PASADENA | 6 | LA 1 | |||
LOS ANGELES | PASADENA | 7 | LA 1 | |||
LOS ANGELES | PASADENA | 8 | LA 1 | |||
LOS ANGELES | PASADENA | 9 | LA 2 | |||
LOS ANGELES | SHAQ | LA 3 | ||||
LAS VEGAS | GAMBLE | LAS VEGAS | ||||
LAS VEGAS | PASADENA | LAS VEGAS | ||||
Thing is that I have several places like in this "fixed" one. And I have some rules. Like in Los Angeles and Las Vegas I have a street with the same names. But Pasadena in LA or LV will have different delivery points. Also I have additional problem in the rules that Pasadena in LA is a very long street, so 1-9 is in one store, while 10-30 is in another one. Because its better that way. In the fixed one, I have some streets without any numbers, just because the whole street is "dedicated" to one delivery point.
Is there any vlookup formulas that will bring me the desired result and that will successfully give me the right delivery point ?
p.s. Variable one is the variable, but the layout of informations is always the same. If there e.g. is some bad typed street it will give me N/A result which is fine, or maybe if I don't have that street inserted in fixed table.