+ Reply to Thread
Results 1 to 49 of 49

1=City, 2=Roskill

Hybrid View

  1. #1
    Steved
    Guest

    1=City, 2=Roskill

    Hello from Steved

    I would like to please use only the first number as a identifier.

    for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill

    Thankyou.

  2. #2
    Steved
    Guest

    RE: 1=City, 2=Roskill

    Sorry I posted twice by mistake.

    "Steved" wrote:

    > Hello from Steved
    >
    > I would like to please use only the first number as a identifier.
    >
    > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    >
    > Thankyou.


  3. #3
    Steved
    Guest

    RE: 1=City, 2=Roskill

    Sorry I posted twice by mistake.

    "Steved" wrote:

    > Hello from Steved
    >
    > I would like to please use only the first number as a identifier.
    >
    > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    >
    > Thankyou.


  4. #4
    Steved
    Guest

    RE: 1=City, 2=Roskill

    Sorry I posted twice by mistake.

    "Steved" wrote:

    > Hello from Steved
    >
    > I would like to please use only the first number as a identifier.
    >
    > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    >
    > Thankyou.


  5. #5
    Steved
    Guest

    RE: 1=City, 2=Roskill

    Sorry I posted twice by mistake.

    "Steved" wrote:

    > Hello from Steved
    >
    > I would like to please use only the first number as a identifier.
    >
    > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    >
    > Thankyou.


  6. #6
    Steved
    Guest

    RE: 1=City, 2=Roskill

    Sorry I posted twice by mistake.

    "Steved" wrote:

    > Hello from Steved
    >
    > I would like to please use only the first number as a identifier.
    >
    > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    >
    > Thankyou.


  7. #7
    Rowan
    Guest

    RE: 1=City, 2=Roskill

    =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))

    Regards
    Rowan

    "Steved" wrote:

    > Hello from Steved
    >
    > I would like to please use only the first number as a identifier.
    >
    > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    >
    > Thankyou.


  8. #8
    Rowan
    Guest

    RE: 1=City, 2=Roskill

    =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))

    Regards
    Rowan

    "Steved" wrote:

    > Hello from Steved
    >
    > I would like to please use only the first number as a identifier.
    >
    > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    >
    > Thankyou.


  9. #9
    Rowan
    Guest

    RE: 1=City, 2=Roskill

    =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))

    Regards
    Rowan

    "Steved" wrote:

    > Hello from Steved
    >
    > I would like to please use only the first number as a identifier.
    >
    > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    >
    > Thankyou.


  10. #10
    Rowan
    Guest

    RE: 1=City, 2=Roskill

    =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))

    Regards
    Rowan

    "Steved" wrote:

    > Hello from Steved
    >
    > I would like to please use only the first number as a identifier.
    >
    > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    >
    > Thankyou.


  11. #11
    Rowan
    Guest

    RE: 1=City, 2=Roskill

    =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))

    Regards
    Rowan

    "Steved" wrote:

    > Hello from Steved
    >
    > I would like to please use only the first number as a identifier.
    >
    > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    >
    > Thankyou.


  12. #12
    Steved
    Guest

    RE: 1=City, 2=Roskill

    Helllo Rowan from Steved

    Question please
    =IF(LEFT(F6)="1","City",IF(LEFT(F6)="2","Roskill",IF(LEFT(F6)="3","Papakura",IF(LEFT(F6)="4","Wiri",IF(LEFT(F6)="5","Shore",IF(LEFT(F6)="6","Orewa",IF(LEFT(F6)="7","Swanson","")))))))

    I would like to add 2 more in ie
    IF(LEFT(F6)="8","Panmure",IF(LEFT(F6)="9","Waiheke",

    With your formula you kindly gave me is it possible.

    Thankyou.

    "Rowan" wrote:

    > =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))
    >
    > Regards
    > Rowan
    >
    > "Steved" wrote:
    >
    > > Hello from Steved
    > >
    > > I would like to please use only the first number as a identifier.
    > >
    > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > >
    > > Thankyou.


  13. #13
    Steved
    Guest

    RE: 1=City, 2=Roskill

    Helllo Rowan from Steved

    Question please
    =IF(LEFT(F6)="1","City",IF(LEFT(F6)="2","Roskill",IF(LEFT(F6)="3","Papakura",IF(LEFT(F6)="4","Wiri",IF(LEFT(F6)="5","Shore",IF(LEFT(F6)="6","Orewa",IF(LEFT(F6)="7","Swanson","")))))))

    I would like to add 2 more in ie
    IF(LEFT(F6)="8","Panmure",IF(LEFT(F6)="9","Waiheke",

    With your formula you kindly gave me is it possible.

    Thankyou.

    "Rowan" wrote:

    > =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))
    >
    > Regards
    > Rowan
    >
    > "Steved" wrote:
    >
    > > Hello from Steved
    > >
    > > I would like to please use only the first number as a identifier.
    > >
    > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > >
    > > Thankyou.


  14. #14
    Steved
    Guest

    RE: 1=City, 2=Roskill

    Helllo Rowan from Steved

    Question please
    =IF(LEFT(F6)="1","City",IF(LEFT(F6)="2","Roskill",IF(LEFT(F6)="3","Papakura",IF(LEFT(F6)="4","Wiri",IF(LEFT(F6)="5","Shore",IF(LEFT(F6)="6","Orewa",IF(LEFT(F6)="7","Swanson","")))))))

    I would like to add 2 more in ie
    IF(LEFT(F6)="8","Panmure",IF(LEFT(F6)="9","Waiheke",

    With your formula you kindly gave me is it possible.

    Thankyou.

    "Rowan" wrote:

    > =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))
    >
    > Regards
    > Rowan
    >
    > "Steved" wrote:
    >
    > > Hello from Steved
    > >
    > > I would like to please use only the first number as a identifier.
    > >
    > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > >
    > > Thankyou.


  15. #15
    Steved
    Guest

    RE: 1=City, 2=Roskill

    Helllo Rowan from Steved

    Question please
    =IF(LEFT(F6)="1","City",IF(LEFT(F6)="2","Roskill",IF(LEFT(F6)="3","Papakura",IF(LEFT(F6)="4","Wiri",IF(LEFT(F6)="5","Shore",IF(LEFT(F6)="6","Orewa",IF(LEFT(F6)="7","Swanson","")))))))

    I would like to add 2 more in ie
    IF(LEFT(F6)="8","Panmure",IF(LEFT(F6)="9","Waiheke",

    With your formula you kindly gave me is it possible.

    Thankyou.

    "Rowan" wrote:

    > =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))
    >
    > Regards
    > Rowan
    >
    > "Steved" wrote:
    >
    > > Hello from Steved
    > >
    > > I would like to please use only the first number as a identifier.
    > >
    > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > >
    > > Thankyou.


  16. #16
    Max
    Guest

    Re: 1=City, 2=Roskill

    Steved,

    Posted the response below in your other thread ..
    For easier maintenance, and to avoid the IF nesting limits,
    you might to want to try the VLOOKUP way ..
    ---
    One way ..

    Assuming you have set-up the reference table
    in Sheet1, cols A & B, from row1 down as:

    1 City
    2 Roskill
    etc

    Then in another sheet, say, Sheet2, if the numbers:
    1234, 1543, 1674, 2234, 2543, 2674 etc are in A1 down,
    we could put in say, B1:

    =IF(A1="","",IF(ISNA(MATCH(LEFT(TRIM(A1))+0,Sheet1!A:A,0)),"No
    match",VLOOKUP(LEFT(TRIM(A1))+0,Sheet1!A:B,2,0)))

    and copy B1 down

    Col B will return the desired results

    Unmatched cases, if any, will return the phrase: No match

    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --



  17. #17
    Max
    Guest

    Re: 1=City, 2=Roskill

    Steved,

    Posted the response below in your other thread ..
    For easier maintenance, and to avoid the IF nesting limits,
    you might to want to try the VLOOKUP way ..
    ---
    One way ..

    Assuming you have set-up the reference table
    in Sheet1, cols A & B, from row1 down as:

    1 City
    2 Roskill
    etc

    Then in another sheet, say, Sheet2, if the numbers:
    1234, 1543, 1674, 2234, 2543, 2674 etc are in A1 down,
    we could put in say, B1:

    =IF(A1="","",IF(ISNA(MATCH(LEFT(TRIM(A1))+0,Sheet1!A:A,0)),"No
    match",VLOOKUP(LEFT(TRIM(A1))+0,Sheet1!A:B,2,0)))

    and copy B1 down

    Col B will return the desired results

    Unmatched cases, if any, will return the phrase: No match

    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --



  18. #18
    Max
    Guest

    Re: 1=City, 2=Roskill

    Steved,

    Posted the response below in your other thread ..
    For easier maintenance, and to avoid the IF nesting limits,
    you might to want to try the VLOOKUP way ..
    ---
    One way ..

    Assuming you have set-up the reference table
    in Sheet1, cols A & B, from row1 down as:

    1 City
    2 Roskill
    etc

    Then in another sheet, say, Sheet2, if the numbers:
    1234, 1543, 1674, 2234, 2543, 2674 etc are in A1 down,
    we could put in say, B1:

    =IF(A1="","",IF(ISNA(MATCH(LEFT(TRIM(A1))+0,Sheet1!A:A,0)),"No
    match",VLOOKUP(LEFT(TRIM(A1))+0,Sheet1!A:B,2,0)))

    and copy B1 down

    Col B will return the desired results

    Unmatched cases, if any, will return the phrase: No match

    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --



  19. #19
    Max
    Guest

    Re: 1=City, 2=Roskill

    Steved,

    Posted the response below in your other thread ..
    For easier maintenance, and to avoid the IF nesting limits,
    you might to want to try the VLOOKUP way ..
    ---
    One way ..

    Assuming you have set-up the reference table
    in Sheet1, cols A & B, from row1 down as:

    1 City
    2 Roskill
    etc

    Then in another sheet, say, Sheet2, if the numbers:
    1234, 1543, 1674, 2234, 2543, 2674 etc are in A1 down,
    we could put in say, B1:

    =IF(A1="","",IF(ISNA(MATCH(LEFT(TRIM(A1))+0,Sheet1!A:A,0)),"No
    match",VLOOKUP(LEFT(TRIM(A1))+0,Sheet1!A:B,2,0)))

    and copy B1 down

    Col B will return the desired results

    Unmatched cases, if any, will return the phrase: No match

    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --



  20. #20
    Max
    Guest

    Re: 1=City, 2=Roskill

    Steved,

    Posted the response below in your other thread ..
    For easier maintenance, and to avoid the IF nesting limits,
    you might to want to try the VLOOKUP way ..
    ---
    One way ..

    Assuming you have set-up the reference table
    in Sheet1, cols A & B, from row1 down as:

    1 City
    2 Roskill
    etc

    Then in another sheet, say, Sheet2, if the numbers:
    1234, 1543, 1674, 2234, 2543, 2674 etc are in A1 down,
    we could put in say, B1:

    =IF(A1="","",IF(ISNA(MATCH(LEFT(TRIM(A1))+0,Sheet1!A:A,0)),"No
    match",VLOOKUP(LEFT(TRIM(A1))+0,Sheet1!A:B,2,0)))

    and copy B1 down

    Col B will return the desired results

    Unmatched cases, if any, will return the phrase: No match

    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --



  21. #21
    Rowan
    Guest

    RE: 1=City, 2=Roskill

    Steved

    You can only have 7 nested ifs. To get more your best bet would probably be
    to use a Vlookup with a refrence table. Set the table up like this
    1 City
    2 Roskill
    etc

    My reference table is in range I1 to J9 so then the vlookup would be
    something like:
    =VLOOKUP(--LEFT(A1),$I$1:$J$9,2,0)

    See http://www.contextures.com/xlFunctions02.html for more details on Vlookups

    Regards
    Rowan

    "Steved" wrote:

    > Helllo Rowan from Steved
    >
    > Question please
    > =IF(LEFT(F6)="1","City",IF(LEFT(F6)="2","Roskill",IF(LEFT(F6)="3","Papakura",IF(LEFT(F6)="4","Wiri",IF(LEFT(F6)="5","Shore",IF(LEFT(F6)="6","Orewa",IF(LEFT(F6)="7","Swanson","")))))))
    >
    > I would like to add 2 more in ie
    > IF(LEFT(F6)="8","Panmure",IF(LEFT(F6)="9","Waiheke",
    >
    > With your formula you kindly gave me is it possible.
    >
    > Thankyou.
    >
    > "Rowan" wrote:
    >
    > > =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))
    > >
    > > Regards
    > > Rowan
    > >
    > > "Steved" wrote:
    > >
    > > > Hello from Steved
    > > >
    > > > I would like to please use only the first number as a identifier.
    > > >
    > > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > > >
    > > > Thankyou.


  22. #22
    Rowan
    Guest

    RE: 1=City, 2=Roskill

    Steved

    You can only have 7 nested ifs. To get more your best bet would probably be
    to use a Vlookup with a refrence table. Set the table up like this
    1 City
    2 Roskill
    etc

    My reference table is in range I1 to J9 so then the vlookup would be
    something like:
    =VLOOKUP(--LEFT(A1),$I$1:$J$9,2,0)

    See http://www.contextures.com/xlFunctions02.html for more details on Vlookups

    Regards
    Rowan

    "Steved" wrote:

    > Helllo Rowan from Steved
    >
    > Question please
    > =IF(LEFT(F6)="1","City",IF(LEFT(F6)="2","Roskill",IF(LEFT(F6)="3","Papakura",IF(LEFT(F6)="4","Wiri",IF(LEFT(F6)="5","Shore",IF(LEFT(F6)="6","Orewa",IF(LEFT(F6)="7","Swanson","")))))))
    >
    > I would like to add 2 more in ie
    > IF(LEFT(F6)="8","Panmure",IF(LEFT(F6)="9","Waiheke",
    >
    > With your formula you kindly gave me is it possible.
    >
    > Thankyou.
    >
    > "Rowan" wrote:
    >
    > > =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))
    > >
    > > Regards
    > > Rowan
    > >
    > > "Steved" wrote:
    > >
    > > > Hello from Steved
    > > >
    > > > I would like to please use only the first number as a identifier.
    > > >
    > > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > > >
    > > > Thankyou.


  23. #23
    Rowan
    Guest

    RE: 1=City, 2=Roskill

    Steved

    You can only have 7 nested ifs. To get more your best bet would probably be
    to use a Vlookup with a refrence table. Set the table up like this
    1 City
    2 Roskill
    etc

    My reference table is in range I1 to J9 so then the vlookup would be
    something like:
    =VLOOKUP(--LEFT(A1),$I$1:$J$9,2,0)

    See http://www.contextures.com/xlFunctions02.html for more details on Vlookups

    Regards
    Rowan

    "Steved" wrote:

    > Helllo Rowan from Steved
    >
    > Question please
    > =IF(LEFT(F6)="1","City",IF(LEFT(F6)="2","Roskill",IF(LEFT(F6)="3","Papakura",IF(LEFT(F6)="4","Wiri",IF(LEFT(F6)="5","Shore",IF(LEFT(F6)="6","Orewa",IF(LEFT(F6)="7","Swanson","")))))))
    >
    > I would like to add 2 more in ie
    > IF(LEFT(F6)="8","Panmure",IF(LEFT(F6)="9","Waiheke",
    >
    > With your formula you kindly gave me is it possible.
    >
    > Thankyou.
    >
    > "Rowan" wrote:
    >
    > > =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))
    > >
    > > Regards
    > > Rowan
    > >
    > > "Steved" wrote:
    > >
    > > > Hello from Steved
    > > >
    > > > I would like to please use only the first number as a identifier.
    > > >
    > > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > > >
    > > > Thankyou.


  24. #24
    Rowan
    Guest

    RE: 1=City, 2=Roskill

    Steved

    You can only have 7 nested ifs. To get more your best bet would probably be
    to use a Vlookup with a refrence table. Set the table up like this
    1 City
    2 Roskill
    etc

    My reference table is in range I1 to J9 so then the vlookup would be
    something like:
    =VLOOKUP(--LEFT(A1),$I$1:$J$9,2,0)

    See http://www.contextures.com/xlFunctions02.html for more details on Vlookups

    Regards
    Rowan

    "Steved" wrote:

    > Helllo Rowan from Steved
    >
    > Question please
    > =IF(LEFT(F6)="1","City",IF(LEFT(F6)="2","Roskill",IF(LEFT(F6)="3","Papakura",IF(LEFT(F6)="4","Wiri",IF(LEFT(F6)="5","Shore",IF(LEFT(F6)="6","Orewa",IF(LEFT(F6)="7","Swanson","")))))))
    >
    > I would like to add 2 more in ie
    > IF(LEFT(F6)="8","Panmure",IF(LEFT(F6)="9","Waiheke",
    >
    > With your formula you kindly gave me is it possible.
    >
    > Thankyou.
    >
    > "Rowan" wrote:
    >
    > > =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))
    > >
    > > Regards
    > > Rowan
    > >
    > > "Steved" wrote:
    > >
    > > > Hello from Steved
    > > >
    > > > I would like to please use only the first number as a identifier.
    > > >
    > > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > > >
    > > > Thankyou.


  25. #25
    Rowan
    Guest

    RE: 1=City, 2=Roskill

    Steved

    You can only have 7 nested ifs. To get more your best bet would probably be
    to use a Vlookup with a refrence table. Set the table up like this
    1 City
    2 Roskill
    etc

    My reference table is in range I1 to J9 so then the vlookup would be
    something like:
    =VLOOKUP(--LEFT(A1),$I$1:$J$9,2,0)

    See http://www.contextures.com/xlFunctions02.html for more details on Vlookups

    Regards
    Rowan

    "Steved" wrote:

    > Helllo Rowan from Steved
    >
    > Question please
    > =IF(LEFT(F6)="1","City",IF(LEFT(F6)="2","Roskill",IF(LEFT(F6)="3","Papakura",IF(LEFT(F6)="4","Wiri",IF(LEFT(F6)="5","Shore",IF(LEFT(F6)="6","Orewa",IF(LEFT(F6)="7","Swanson","")))))))
    >
    > I would like to add 2 more in ie
    > IF(LEFT(F6)="8","Panmure",IF(LEFT(F6)="9","Waiheke",
    >
    > With your formula you kindly gave me is it possible.
    >
    > Thankyou.
    >
    > "Rowan" wrote:
    >
    > > =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))
    > >
    > > Regards
    > > Rowan
    > >
    > > "Steved" wrote:
    > >
    > > > Hello from Steved
    > > >
    > > > I would like to please use only the first number as a identifier.
    > > >
    > > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > > >
    > > > Thankyou.


  26. #26
    Max
    Guest

    Re: 1=City, 2=Roskill

    Steved,

    Posted the response below in your other thread ..
    For easier maintenance, and to avoid the IF nesting limits,
    you might to want to try the VLOOKUP way ..
    ---
    One way ..

    Assuming you have set-up the reference table
    in Sheet1, cols A & B, from row1 down as:

    1 City
    2 Roskill
    etc

    Then in another sheet, say, Sheet2, if the numbers:
    1234, 1543, 1674, 2234, 2543, 2674 etc are in A1 down,
    we could put in say, B1:

    =IF(A1="","",IF(ISNA(MATCH(LEFT(TRIM(A1))+0,Sheet1!A:A,0)),"No
    match",VLOOKUP(LEFT(TRIM(A1))+0,Sheet1!A:B,2,0)))

    and copy B1 down

    Col B will return the desired results

    Unmatched cases, if any, will return the phrase: No match

    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --



  27. #27
    Rowan
    Guest

    RE: 1=City, 2=Roskill

    Steved

    You can only have 7 nested ifs. To get more your best bet would probably be
    to use a Vlookup with a refrence table. Set the table up like this
    1 City
    2 Roskill
    etc

    My reference table is in range I1 to J9 so then the vlookup would be
    something like:
    =VLOOKUP(--LEFT(A1),$I$1:$J$9,2,0)

    See http://www.contextures.com/xlFunctions02.html for more details on Vlookups

    Regards
    Rowan

    "Steved" wrote:

    > Helllo Rowan from Steved
    >
    > Question please
    > =IF(LEFT(F6)="1","City",IF(LEFT(F6)="2","Roskill",IF(LEFT(F6)="3","Papakura",IF(LEFT(F6)="4","Wiri",IF(LEFT(F6)="5","Shore",IF(LEFT(F6)="6","Orewa",IF(LEFT(F6)="7","Swanson","")))))))
    >
    > I would like to add 2 more in ie
    > IF(LEFT(F6)="8","Panmure",IF(LEFT(F6)="9","Waiheke",
    >
    > With your formula you kindly gave me is it possible.
    >
    > Thankyou.
    >
    > "Rowan" wrote:
    >
    > > =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))
    > >
    > > Regards
    > > Rowan
    > >
    > > "Steved" wrote:
    > >
    > > > Hello from Steved
    > > >
    > > > I would like to please use only the first number as a identifier.
    > > >
    > > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > > >
    > > > Thankyou.


  28. #28
    Steved
    Guest

    RE: 1=City, 2=Roskill

    Helllo Rowan from Steved

    Question please
    =IF(LEFT(F6)="1","City",IF(LEFT(F6)="2","Roskill",IF(LEFT(F6)="3","Papakura",IF(LEFT(F6)="4","Wiri",IF(LEFT(F6)="5","Shore",IF(LEFT(F6)="6","Orewa",IF(LEFT(F6)="7","Swanson","")))))))

    I would like to add 2 more in ie
    IF(LEFT(F6)="8","Panmure",IF(LEFT(F6)="9","Waiheke",

    With your formula you kindly gave me is it possible.

    Thankyou.

    "Rowan" wrote:

    > =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))
    >
    > Regards
    > Rowan
    >
    > "Steved" wrote:
    >
    > > Hello from Steved
    > >
    > > I would like to please use only the first number as a identifier.
    > >
    > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > >
    > > Thankyou.


  29. #29
    Steved
    Guest

    RE: 1=City, 2=Roskill

    Hello Rowan From Steved

    Please ignore my ealier post to you as it has been answered
    Thanks very much for your time on my issue.

    "Rowan" wrote:

    > =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))
    >
    > Regards
    > Rowan
    >
    > "Steved" wrote:
    >
    > > Hello from Steved
    > >
    > > I would like to please use only the first number as a identifier.
    > >
    > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > >
    > > Thankyou.


  30. #30
    Steved
    Guest

    RE: 1=City, 2=Roskill

    Hello Rowan From Steved

    Please ignore my ealier post to you as it has been answered
    Thanks very much for your time on my issue.

    "Rowan" wrote:

    > =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))
    >
    > Regards
    > Rowan
    >
    > "Steved" wrote:
    >
    > > Hello from Steved
    > >
    > > I would like to please use only the first number as a identifier.
    > >
    > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > >
    > > Thankyou.


  31. #31
    Steved
    Guest

    RE: 1=City, 2=Roskill

    Hello Rowan From Steved

    Please ignore my ealier post to you as it has been answered
    Thanks very much for your time on my issue.

    "Rowan" wrote:

    > =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))
    >
    > Regards
    > Rowan
    >
    > "Steved" wrote:
    >
    > > Hello from Steved
    > >
    > > I would like to please use only the first number as a identifier.
    > >
    > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > >
    > > Thankyou.


  32. #32
    Steved
    Guest

    RE: 1=City, 2=Roskill

    Hello Rowan From Steved

    Please ignore my ealier post to you as it has been answered
    Thanks very much for your time on my issue.

    "Rowan" wrote:

    > =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))
    >
    > Regards
    > Rowan
    >
    > "Steved" wrote:
    >
    > > Hello from Steved
    > >
    > > I would like to please use only the first number as a identifier.
    > >
    > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > >
    > > Thankyou.


  33. #33
    Steved
    Guest

    RE: 1=City, 2=Roskill

    Hello Rowan From Steved

    Please ignore my ealier post to you as it has been answered
    Thanks very much for your time on my issue.

    "Rowan" wrote:

    > =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))
    >
    > Regards
    > Rowan
    >
    > "Steved" wrote:
    >
    > > Hello from Steved
    > >
    > > I would like to please use only the first number as a identifier.
    > >
    > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > >
    > > Thankyou.


  34. #34
    Steved
    Guest

    RE: 1=City, 2=Roskill

    Helllo Rowan from Steved

    Question please
    =IF(LEFT(F6)="1","City",IF(LEFT(F6)="2","Roskill",IF(LEFT(F6)="3","Papakura",IF(LEFT(F6)="4","Wiri",IF(LEFT(F6)="5","Shore",IF(LEFT(F6)="6","Orewa",IF(LEFT(F6)="7","Swanson","")))))))

    I would like to add 2 more in ie
    IF(LEFT(F6)="8","Panmure",IF(LEFT(F6)="9","Waiheke",

    With your formula you kindly gave me is it possible.

    Thankyou.

    "Rowan" wrote:

    > =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))
    >
    > Regards
    > Rowan
    >
    > "Steved" wrote:
    >
    > > Hello from Steved
    > >
    > > I would like to please use only the first number as a identifier.
    > >
    > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > >
    > > Thankyou.


  35. #35
    Steved
    Guest

    RE: 1=City, 2=Roskill

    Hello Rowan From Steved

    Please ignore my ealier post to you as it has been answered
    Thanks very much for your time on my issue.

    "Rowan" wrote:

    > =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))
    >
    > Regards
    > Rowan
    >
    > "Steved" wrote:
    >
    > > Hello from Steved
    > >
    > > I would like to please use only the first number as a identifier.
    > >
    > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > >
    > > Thankyou.


  36. #36
    Max
    Guest

    Re: 1=City, 2=Roskill

    Pl see one response in your later post ..
    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --
    "Steved" <[email protected]> wrote in message
    news:[email protected]...
    > Hello from Steved
    >
    > I would like to please use only the first number as a identifier.
    >
    > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    >
    > Thankyou.




  37. #37
    Max
    Guest

    Re: 1=City, 2=Roskill

    Pl see one response in your later post ..
    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --
    "Steved" <[email protected]> wrote in message
    news:[email protected]...
    > Hello from Steved
    >
    > I would like to please use only the first number as a identifier.
    >
    > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    >
    > Thankyou.




  38. #38
    Max
    Guest

    Re: 1=City, 2=Roskill

    Pl see one response in your later post ..
    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --
    "Steved" <[email protected]> wrote in message
    news:[email protected]...
    > Hello from Steved
    >
    > I would like to please use only the first number as a identifier.
    >
    > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    >
    > Thankyou.




  39. #39
    Max
    Guest

    Re: 1=City, 2=Roskill

    Pl see one response in your later post ..
    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --
    "Steved" <[email protected]> wrote in message
    news:[email protected]...
    > Hello from Steved
    >
    > I would like to please use only the first number as a identifier.
    >
    > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    >
    > Thankyou.




  40. #40
    Steved
    Guest

    Re: 1=City, 2=Roskill

    Hello Max yes I posted it twice by mistake as Microsoft site must have went
    off line
    hence I thought I had not sent the first one.

    Cheers.

    "Max" wrote:

    > Pl see one response in your later post ..
    > --
    > Rgds
    > Max
    > xl 97
    > ---
    > Singapore, GMT+8
    > xdemechanik
    > http://savefile.com/projects/236895
    > --
    > "Steved" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hello from Steved
    > >
    > > I would like to please use only the first number as a identifier.
    > >
    > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > >
    > > Thankyou.

    >
    >
    >


  41. #41
    Steved
    Guest

    Re: 1=City, 2=Roskill

    Hello Max yes I posted it twice by mistake as Microsoft site must have went
    off line
    hence I thought I had not sent the first one.

    Cheers.

    "Max" wrote:

    > Pl see one response in your later post ..
    > --
    > Rgds
    > Max
    > xl 97
    > ---
    > Singapore, GMT+8
    > xdemechanik
    > http://savefile.com/projects/236895
    > --
    > "Steved" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hello from Steved
    > >
    > > I would like to please use only the first number as a identifier.
    > >
    > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > >
    > > Thankyou.

    >
    >
    >


  42. #42
    Steved
    Guest

    Re: 1=City, 2=Roskill

    Hello Max yes I posted it twice by mistake as Microsoft site must have went
    off line
    hence I thought I had not sent the first one.

    Cheers.

    "Max" wrote:

    > Pl see one response in your later post ..
    > --
    > Rgds
    > Max
    > xl 97
    > ---
    > Singapore, GMT+8
    > xdemechanik
    > http://savefile.com/projects/236895
    > --
    > "Steved" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hello from Steved
    > >
    > > I would like to please use only the first number as a identifier.
    > >
    > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > >
    > > Thankyou.

    >
    >
    >


  43. #43
    Steved
    Guest

    Re: 1=City, 2=Roskill

    Hello Max yes I posted it twice by mistake as Microsoft site must have went
    off line
    hence I thought I had not sent the first one.

    Cheers.

    "Max" wrote:

    > Pl see one response in your later post ..
    > --
    > Rgds
    > Max
    > xl 97
    > ---
    > Singapore, GMT+8
    > xdemechanik
    > http://savefile.com/projects/236895
    > --
    > "Steved" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hello from Steved
    > >
    > > I would like to please use only the first number as a identifier.
    > >
    > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > >
    > > Thankyou.

    >
    >
    >


  44. #44
    Steved
    Guest

    Re: 1=City, 2=Roskill

    Hello Max yes I posted it twice by mistake as Microsoft site must have went
    off line
    hence I thought I had not sent the first one.

    Cheers.

    "Max" wrote:

    > Pl see one response in your later post ..
    > --
    > Rgds
    > Max
    > xl 97
    > ---
    > Singapore, GMT+8
    > xdemechanik
    > http://savefile.com/projects/236895
    > --
    > "Steved" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hello from Steved
    > >
    > > I would like to please use only the first number as a identifier.
    > >
    > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > >
    > > Thankyou.

    >
    >
    >


  45. #45
    Steved
    Guest

    Re: 1=City, 2=Roskill

    Hello Max yes I posted it twice by mistake as Microsoft site must have went
    off line
    hence I thought I had not sent the first one.

    Cheers.

    "Max" wrote:

    > Pl see one response in your later post ..
    > --
    > Rgds
    > Max
    > xl 97
    > ---
    > Singapore, GMT+8
    > xdemechanik
    > http://savefile.com/projects/236895
    > --
    > "Steved" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hello from Steved
    > >
    > > I would like to please use only the first number as a identifier.
    > >
    > > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    > >
    > > Thankyou.

    >
    >
    >


  46. #46
    Max
    Guest

    Re: 1=City, 2=Roskill

    Pl see one response in your later post ..
    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --
    "Steved" <[email protected]> wrote in message
    news:[email protected]...
    > Hello from Steved
    >
    > I would like to please use only the first number as a identifier.
    >
    > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    >
    > Thankyou.




  47. #47
    Steved
    Guest

    RE: 1=City, 2=Roskill

    Sorry I posted twice by mistake.

    "Steved" wrote:

    > Hello from Steved
    >
    > I would like to please use only the first number as a identifier.
    >
    > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    >
    > Thankyou.


  48. #48
    Rowan
    Guest

    RE: 1=City, 2=Roskill

    =IF(LEFT(A1)="1","City",IF(LEFT(A1)="2","Roskill",""))

    Regards
    Rowan

    "Steved" wrote:

    > Hello from Steved
    >
    > I would like to please use only the first number as a identifier.
    >
    > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    >
    > Thankyou.


  49. #49
    Max
    Guest

    Re: 1=City, 2=Roskill

    Pl see one response in your later post ..
    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --
    "Steved" <[email protected]> wrote in message
    news:[email protected]...
    > Hello from Steved
    >
    > I would like to please use only the first number as a identifier.
    >
    > for example 1234, 1543, 1789, 1673 in this case the 1 will = City
    > for example 2234, 2543, 2789, 2673 in this case the 2 will = Roskill
    >
    > Thankyou.




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1