+ Reply to Thread
Results 1 to 16 of 16

Is this possible please if so How. Thankyou.

  1. #1
    Biff
    Guest

    Re: Is this possible please if so How. Thankyou.

    Hi!

    >so cell A1 ="ADDISON Mark James"


    =VLOOKUP(F6,$U$2:$Z$2000,2,0)&" "&VLOOKUP(F6,$U$2:$Z$2000,3,0)

    > so cell A1 ="ADDISON
    > Mark James" (Wrap Check box ticked)


    =VLOOKUP(F6,$U$2:$Z$2000,2,0)&CHAR(10)&VLOOKUP(F6,$U$2:$Z$2000,3,0)

    Biff

    "Steved" <[email protected]> wrote in message
    news:[email protected]...
    > Hello from Steved
    >
    > Cell A1 =VLOOKUP(F6,$U$2:$Z$2000,2,0) will get the Surname ie "ADDISON"
    > Cell B1=VLOOKUP(F6,$U$2:$Z$2000,3,0) will get the first Names ie "Mark
    > James"
    >
    > Ok can I get the formula to combine the both to get = "ADDISON Mark James"
    >
    > so cell A1 ="ADDISON Mark James"
    > or
    > so cell A1 ="ADDISON
    > Mark James" (Wrap Check box ticked)
    >
    > Thankyou.
    >
    >
    >




  2. #2
    Steved
    Guest

    Re: Is this possible please if so How. Thankyou.

    Hello Biff from Steved

    Can I impose please and ask you to take it one more stage and that is #N/A
    be blank.

    Thanks.

    "Biff" wrote:

    > Hi!
    >
    > >so cell A1 ="ADDISON Mark James"

    >
    > =VLOOKUP(F6,$U$2:$Z$2000,2,0)&" "&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    >
    > > so cell A1 ="ADDISON
    > > Mark James" (Wrap Check box ticked)

    >
    > =VLOOKUP(F6,$U$2:$Z$2000,2,0)&CHAR(10)&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    >
    > Biff
    >
    > "Steved" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hello from Steved
    > >
    > > Cell A1 =VLOOKUP(F6,$U$2:$Z$2000,2,0) will get the Surname ie "ADDISON"
    > > Cell B1=VLOOKUP(F6,$U$2:$Z$2000,3,0) will get the first Names ie "Mark
    > > James"
    > >
    > > Ok can I get the formula to combine the both to get = "ADDISON Mark James"
    > >
    > > so cell A1 ="ADDISON Mark James"
    > > or
    > > so cell A1 ="ADDISON
    > > Mark James" (Wrap Check box ticked)
    > >
    > > Thankyou.
    > >
    > >
    > >

    >
    >
    >


  3. #3
    Steved
    Guest

    Re: Is this possible please if so How. Thankyou.

    It's ok I looked up and found away

    =IF(ISNA(VLOOKUP(F6,$U$2:$Z$2000,2,0)&CHAR(10)&VLOOKUP(F6,$U$2:$Z$2000,3,0)),"",VLOOKUP(F6,$U$2:$Z$2000,2,0)&CHAR(10)&VLOOKUP(F6,$U$2:$Z$2000,3,0))

    Thankyou.

    "Steved" wrote:

    > Hello Biff from Steved
    >
    > Can I impose please and ask you to take it one more stage and that is #N/A
    > be blank.
    >
    > Thanks.
    >
    > "Biff" wrote:
    >
    > > Hi!
    > >
    > > >so cell A1 ="ADDISON Mark James"

    > >
    > > =VLOOKUP(F6,$U$2:$Z$2000,2,0)&" "&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    > >
    > > > so cell A1 ="ADDISON
    > > > Mark James" (Wrap Check box ticked)

    > >
    > > =VLOOKUP(F6,$U$2:$Z$2000,2,0)&CHAR(10)&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    > >
    > > Biff
    > >
    > > "Steved" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > Hello from Steved
    > > >
    > > > Cell A1 =VLOOKUP(F6,$U$2:$Z$2000,2,0) will get the Surname ie "ADDISON"
    > > > Cell B1=VLOOKUP(F6,$U$2:$Z$2000,3,0) will get the first Names ie "Mark
    > > > James"
    > > >
    > > > Ok can I get the formula to combine the both to get = "ADDISON Mark James"
    > > >
    > > > so cell A1 ="ADDISON Mark James"
    > > > or
    > > > so cell A1 ="ADDISON
    > > > Mark James" (Wrap Check box ticked)
    > > >
    > > > Thankyou.
    > > >
    > > >
    > > >

    > >
    > >
    > >


  4. #4
    Aladin Akyurek
    Guest

    Re: Is this possible please if so How. Thankyou.


    =IF(ISNUMBER(MATCH(F6,$U$2:$U$2000,0)),VLOOKUP(F6,$U$2:$Z$2000,2,0)&"
    "&VLOOKUP(F6,$U$2:$Z$2000,3,0),"")

    Steved wrote:
    > Hello Biff from Steved
    >
    > Can I impose please and ask you to take it one more stage and that is #N/A
    > be blank.
    >
    > Thanks.
    >
    > "Biff" wrote:
    >
    >
    >>Hi!
    >>
    >>
    >>>so cell A1 ="ADDISON Mark James"

    >>
    >>=VLOOKUP(F6,$U$2:$Z$2000,2,0)&" "&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    >>
    >>
    >>>so cell A1 ="ADDISON
    >>> Mark James" (Wrap Check box ticked)

    >>
    >>=VLOOKUP(F6,$U$2:$Z$2000,2,0)&CHAR(10)&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    >>
    >>Biff
    >>
    >>"Steved" <[email protected]> wrote in message
    >>news:[email protected]...
    >>
    >>>Hello from Steved
    >>>
    >>>Cell A1 =VLOOKUP(F6,$U$2:$Z$2000,2,0) will get the Surname ie "ADDISON"
    >>>Cell B1=VLOOKUP(F6,$U$2:$Z$2000,3,0) will get the first Names ie "Mark
    >>>James"
    >>>
    >>>Ok can I get the formula to combine the both to get = "ADDISON Mark James"
    >>>
    >>>so cell A1 ="ADDISON Mark James"
    >>>or
    >>>so cell A1 ="ADDISON
    >>> Mark James" (Wrap Check box ticked)
    >>>
    >>>Thankyou.
    >>>
    >>>
    >>>

    >>
    >>
    >>


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

  5. #5
    Steved
    Guest

    Re: Is this possible please if so How. Thankyou.

    Hello aladin from Steved

    Yes much clearner Thankyou.

    "Aladin Akyurek" wrote:

    >
    > =IF(ISNUMBER(MATCH(F6,$U$2:$U$2000,0)),VLOOKUP(F6,$U$2:$Z$2000,2,0)&"
    > "&VLOOKUP(F6,$U$2:$Z$2000,3,0),"")
    >
    > Steved wrote:
    > > Hello Biff from Steved
    > >
    > > Can I impose please and ask you to take it one more stage and that is #N/A
    > > be blank.
    > >
    > > Thanks.
    > >
    > > "Biff" wrote:
    > >
    > >
    > >>Hi!
    > >>
    > >>
    > >>>so cell A1 ="ADDISON Mark James"
    > >>
    > >>=VLOOKUP(F6,$U$2:$Z$2000,2,0)&" "&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    > >>
    > >>
    > >>>so cell A1 ="ADDISON
    > >>> Mark James" (Wrap Check box ticked)
    > >>
    > >>=VLOOKUP(F6,$U$2:$Z$2000,2,0)&CHAR(10)&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    > >>
    > >>Biff
    > >>
    > >>"Steved" <[email protected]> wrote in message
    > >>news:[email protected]...
    > >>
    > >>>Hello from Steved
    > >>>
    > >>>Cell A1 =VLOOKUP(F6,$U$2:$Z$2000,2,0) will get the Surname ie "ADDISON"
    > >>>Cell B1=VLOOKUP(F6,$U$2:$Z$2000,3,0) will get the first Names ie "Mark
    > >>>James"
    > >>>
    > >>>Ok can I get the formula to combine the both to get = "ADDISON Mark James"
    > >>>
    > >>>so cell A1 ="ADDISON Mark James"
    > >>>or
    > >>>so cell A1 ="ADDISON
    > >>> Mark James" (Wrap Check box ticked)
    > >>>
    > >>>Thankyou.
    > >>>
    > >>>
    > >>>
    > >>
    > >>
    > >>

    >
    > --
    >
    > [1] The SumProduct function should implicitly coerce the truth values to
    > their Excel numeric equivalents.
    > [2] The lookup functions should have an optional argument for the return
    > value, defaulting to #N/A in its absence.
    >


  6. #6
    Biff
    Guest

    Re: Is this possible please if so How. Thankyou.

    Hi!

    >so cell A1 ="ADDISON Mark James"


    =VLOOKUP(F6,$U$2:$Z$2000,2,0)&" "&VLOOKUP(F6,$U$2:$Z$2000,3,0)

    > so cell A1 ="ADDISON
    > Mark James" (Wrap Check box ticked)


    =VLOOKUP(F6,$U$2:$Z$2000,2,0)&CHAR(10)&VLOOKUP(F6,$U$2:$Z$2000,3,0)

    Biff

    "Steved" <[email protected]> wrote in message
    news:[email protected]...
    > Hello from Steved
    >
    > Cell A1 =VLOOKUP(F6,$U$2:$Z$2000,2,0) will get the Surname ie "ADDISON"
    > Cell B1=VLOOKUP(F6,$U$2:$Z$2000,3,0) will get the first Names ie "Mark
    > James"
    >
    > Ok can I get the formula to combine the both to get = "ADDISON Mark James"
    >
    > so cell A1 ="ADDISON Mark James"
    > or
    > so cell A1 ="ADDISON
    > Mark James" (Wrap Check box ticked)
    >
    > Thankyou.
    >
    >
    >




  7. #7
    Steved
    Guest

    Re: Is this possible please if so How. Thankyou.

    Hello Biff from Steved

    Can I impose please and ask you to take it one more stage and that is #N/A
    be blank.

    Thanks.

    "Biff" wrote:

    > Hi!
    >
    > >so cell A1 ="ADDISON Mark James"

    >
    > =VLOOKUP(F6,$U$2:$Z$2000,2,0)&" "&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    >
    > > so cell A1 ="ADDISON
    > > Mark James" (Wrap Check box ticked)

    >
    > =VLOOKUP(F6,$U$2:$Z$2000,2,0)&CHAR(10)&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    >
    > Biff
    >
    > "Steved" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hello from Steved
    > >
    > > Cell A1 =VLOOKUP(F6,$U$2:$Z$2000,2,0) will get the Surname ie "ADDISON"
    > > Cell B1=VLOOKUP(F6,$U$2:$Z$2000,3,0) will get the first Names ie "Mark
    > > James"
    > >
    > > Ok can I get the formula to combine the both to get = "ADDISON Mark James"
    > >
    > > so cell A1 ="ADDISON Mark James"
    > > or
    > > so cell A1 ="ADDISON
    > > Mark James" (Wrap Check box ticked)
    > >
    > > Thankyou.
    > >
    > >
    > >

    >
    >
    >


  8. #8
    Steved
    Guest

    Re: Is this possible please if so How. Thankyou.

    It's ok I looked up and found away

    =IF(ISNA(VLOOKUP(F6,$U$2:$Z$2000,2,0)&CHAR(10)&VLOOKUP(F6,$U$2:$Z$2000,3,0)),"",VLOOKUP(F6,$U$2:$Z$2000,2,0)&CHAR(10)&VLOOKUP(F6,$U$2:$Z$2000,3,0))

    Thankyou.

    "Steved" wrote:

    > Hello Biff from Steved
    >
    > Can I impose please and ask you to take it one more stage and that is #N/A
    > be blank.
    >
    > Thanks.
    >
    > "Biff" wrote:
    >
    > > Hi!
    > >
    > > >so cell A1 ="ADDISON Mark James"

    > >
    > > =VLOOKUP(F6,$U$2:$Z$2000,2,0)&" "&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    > >
    > > > so cell A1 ="ADDISON
    > > > Mark James" (Wrap Check box ticked)

    > >
    > > =VLOOKUP(F6,$U$2:$Z$2000,2,0)&CHAR(10)&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    > >
    > > Biff
    > >
    > > "Steved" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > Hello from Steved
    > > >
    > > > Cell A1 =VLOOKUP(F6,$U$2:$Z$2000,2,0) will get the Surname ie "ADDISON"
    > > > Cell B1=VLOOKUP(F6,$U$2:$Z$2000,3,0) will get the first Names ie "Mark
    > > > James"
    > > >
    > > > Ok can I get the formula to combine the both to get = "ADDISON Mark James"
    > > >
    > > > so cell A1 ="ADDISON Mark James"
    > > > or
    > > > so cell A1 ="ADDISON
    > > > Mark James" (Wrap Check box ticked)
    > > >
    > > > Thankyou.
    > > >
    > > >
    > > >

    > >
    > >
    > >


  9. #9
    Aladin Akyurek
    Guest

    Re: Is this possible please if so How. Thankyou.


    =IF(ISNUMBER(MATCH(F6,$U$2:$U$2000,0)),VLOOKUP(F6,$U$2:$Z$2000,2,0)&"
    "&VLOOKUP(F6,$U$2:$Z$2000,3,0),"")

    Steved wrote:
    > Hello Biff from Steved
    >
    > Can I impose please and ask you to take it one more stage and that is #N/A
    > be blank.
    >
    > Thanks.
    >
    > "Biff" wrote:
    >
    >
    >>Hi!
    >>
    >>
    >>>so cell A1 ="ADDISON Mark James"

    >>
    >>=VLOOKUP(F6,$U$2:$Z$2000,2,0)&" "&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    >>
    >>
    >>>so cell A1 ="ADDISON
    >>> Mark James" (Wrap Check box ticked)

    >>
    >>=VLOOKUP(F6,$U$2:$Z$2000,2,0)&CHAR(10)&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    >>
    >>Biff
    >>
    >>"Steved" <[email protected]> wrote in message
    >>news:[email protected]...
    >>
    >>>Hello from Steved
    >>>
    >>>Cell A1 =VLOOKUP(F6,$U$2:$Z$2000,2,0) will get the Surname ie "ADDISON"
    >>>Cell B1=VLOOKUP(F6,$U$2:$Z$2000,3,0) will get the first Names ie "Mark
    >>>James"
    >>>
    >>>Ok can I get the formula to combine the both to get = "ADDISON Mark James"
    >>>
    >>>so cell A1 ="ADDISON Mark James"
    >>>or
    >>>so cell A1 ="ADDISON
    >>> Mark James" (Wrap Check box ticked)
    >>>
    >>>Thankyou.
    >>>
    >>>
    >>>

    >>
    >>
    >>


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

  10. #10
    Steved
    Guest

    Re: Is this possible please if so How. Thankyou.

    Hello aladin from Steved

    Yes much clearner Thankyou.

    "Aladin Akyurek" wrote:

    >
    > =IF(ISNUMBER(MATCH(F6,$U$2:$U$2000,0)),VLOOKUP(F6,$U$2:$Z$2000,2,0)&"
    > "&VLOOKUP(F6,$U$2:$Z$2000,3,0),"")
    >
    > Steved wrote:
    > > Hello Biff from Steved
    > >
    > > Can I impose please and ask you to take it one more stage and that is #N/A
    > > be blank.
    > >
    > > Thanks.
    > >
    > > "Biff" wrote:
    > >
    > >
    > >>Hi!
    > >>
    > >>
    > >>>so cell A1 ="ADDISON Mark James"
    > >>
    > >>=VLOOKUP(F6,$U$2:$Z$2000,2,0)&" "&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    > >>
    > >>
    > >>>so cell A1 ="ADDISON
    > >>> Mark James" (Wrap Check box ticked)
    > >>
    > >>=VLOOKUP(F6,$U$2:$Z$2000,2,0)&CHAR(10)&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    > >>
    > >>Biff
    > >>
    > >>"Steved" <[email protected]> wrote in message
    > >>news:[email protected]...
    > >>
    > >>>Hello from Steved
    > >>>
    > >>>Cell A1 =VLOOKUP(F6,$U$2:$Z$2000,2,0) will get the Surname ie "ADDISON"
    > >>>Cell B1=VLOOKUP(F6,$U$2:$Z$2000,3,0) will get the first Names ie "Mark
    > >>>James"
    > >>>
    > >>>Ok can I get the formula to combine the both to get = "ADDISON Mark James"
    > >>>
    > >>>so cell A1 ="ADDISON Mark James"
    > >>>or
    > >>>so cell A1 ="ADDISON
    > >>> Mark James" (Wrap Check box ticked)
    > >>>
    > >>>Thankyou.
    > >>>
    > >>>
    > >>>
    > >>
    > >>
    > >>

    >
    > --
    >
    > [1] The SumProduct function should implicitly coerce the truth values to
    > their Excel numeric equivalents.
    > [2] The lookup functions should have an optional argument for the return
    > value, defaulting to #N/A in its absence.
    >


  11. #11
    Steved
    Guest

    Is this possible please if so How. Thankyou.

    Hello from Steved

    Cell A1 =VLOOKUP(F6,$U$2:$Z$2000,2,0) will get the Surname ie "ADDISON"
    Cell B1=VLOOKUP(F6,$U$2:$Z$2000,3,0) will get the first Names ie "Mark James"

    Ok can I get the formula to combine the both to get = "ADDISON Mark James"

    so cell A1 ="ADDISON Mark James"
    or
    so cell A1 ="ADDISON
    Mark James" (Wrap Check box ticked)

    Thankyou.




  12. #12
    Biff
    Guest

    Re: Is this possible please if so How. Thankyou.

    Hi!

    >so cell A1 ="ADDISON Mark James"


    =VLOOKUP(F6,$U$2:$Z$2000,2,0)&" "&VLOOKUP(F6,$U$2:$Z$2000,3,0)

    > so cell A1 ="ADDISON
    > Mark James" (Wrap Check box ticked)


    =VLOOKUP(F6,$U$2:$Z$2000,2,0)&CHAR(10)&VLOOKUP(F6,$U$2:$Z$2000,3,0)

    Biff

    "Steved" <[email protected]> wrote in message
    news:[email protected]...
    > Hello from Steved
    >
    > Cell A1 =VLOOKUP(F6,$U$2:$Z$2000,2,0) will get the Surname ie "ADDISON"
    > Cell B1=VLOOKUP(F6,$U$2:$Z$2000,3,0) will get the first Names ie "Mark
    > James"
    >
    > Ok can I get the formula to combine the both to get = "ADDISON Mark James"
    >
    > so cell A1 ="ADDISON Mark James"
    > or
    > so cell A1 ="ADDISON
    > Mark James" (Wrap Check box ticked)
    >
    > Thankyou.
    >
    >
    >




  13. #13
    Steved
    Guest

    Re: Is this possible please if so How. Thankyou.

    Hello Biff from Steved

    Can I impose please and ask you to take it one more stage and that is #N/A
    be blank.

    Thanks.

    "Biff" wrote:

    > Hi!
    >
    > >so cell A1 ="ADDISON Mark James"

    >
    > =VLOOKUP(F6,$U$2:$Z$2000,2,0)&" "&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    >
    > > so cell A1 ="ADDISON
    > > Mark James" (Wrap Check box ticked)

    >
    > =VLOOKUP(F6,$U$2:$Z$2000,2,0)&CHAR(10)&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    >
    > Biff
    >
    > "Steved" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hello from Steved
    > >
    > > Cell A1 =VLOOKUP(F6,$U$2:$Z$2000,2,0) will get the Surname ie "ADDISON"
    > > Cell B1=VLOOKUP(F6,$U$2:$Z$2000,3,0) will get the first Names ie "Mark
    > > James"
    > >
    > > Ok can I get the formula to combine the both to get = "ADDISON Mark James"
    > >
    > > so cell A1 ="ADDISON Mark James"
    > > or
    > > so cell A1 ="ADDISON
    > > Mark James" (Wrap Check box ticked)
    > >
    > > Thankyou.
    > >
    > >
    > >

    >
    >
    >


  14. #14
    Steved
    Guest

    Re: Is this possible please if so How. Thankyou.

    It's ok I looked up and found away

    =IF(ISNA(VLOOKUP(F6,$U$2:$Z$2000,2,0)&CHAR(10)&VLOOKUP(F6,$U$2:$Z$2000,3,0)),"",VLOOKUP(F6,$U$2:$Z$2000,2,0)&CHAR(10)&VLOOKUP(F6,$U$2:$Z$2000,3,0))

    Thankyou.

    "Steved" wrote:

    > Hello Biff from Steved
    >
    > Can I impose please and ask you to take it one more stage and that is #N/A
    > be blank.
    >
    > Thanks.
    >
    > "Biff" wrote:
    >
    > > Hi!
    > >
    > > >so cell A1 ="ADDISON Mark James"

    > >
    > > =VLOOKUP(F6,$U$2:$Z$2000,2,0)&" "&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    > >
    > > > so cell A1 ="ADDISON
    > > > Mark James" (Wrap Check box ticked)

    > >
    > > =VLOOKUP(F6,$U$2:$Z$2000,2,0)&CHAR(10)&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    > >
    > > Biff
    > >
    > > "Steved" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > Hello from Steved
    > > >
    > > > Cell A1 =VLOOKUP(F6,$U$2:$Z$2000,2,0) will get the Surname ie "ADDISON"
    > > > Cell B1=VLOOKUP(F6,$U$2:$Z$2000,3,0) will get the first Names ie "Mark
    > > > James"
    > > >
    > > > Ok can I get the formula to combine the both to get = "ADDISON Mark James"
    > > >
    > > > so cell A1 ="ADDISON Mark James"
    > > > or
    > > > so cell A1 ="ADDISON
    > > > Mark James" (Wrap Check box ticked)
    > > >
    > > > Thankyou.
    > > >
    > > >
    > > >

    > >
    > >
    > >


  15. #15
    Aladin Akyurek
    Guest

    Re: Is this possible please if so How. Thankyou.


    =IF(ISNUMBER(MATCH(F6,$U$2:$U$2000,0)),VLOOKUP(F6,$U$2:$Z$2000,2,0)&"
    "&VLOOKUP(F6,$U$2:$Z$2000,3,0),"")

    Steved wrote:
    > Hello Biff from Steved
    >
    > Can I impose please and ask you to take it one more stage and that is #N/A
    > be blank.
    >
    > Thanks.
    >
    > "Biff" wrote:
    >
    >
    >>Hi!
    >>
    >>
    >>>so cell A1 ="ADDISON Mark James"

    >>
    >>=VLOOKUP(F6,$U$2:$Z$2000,2,0)&" "&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    >>
    >>
    >>>so cell A1 ="ADDISON
    >>> Mark James" (Wrap Check box ticked)

    >>
    >>=VLOOKUP(F6,$U$2:$Z$2000,2,0)&CHAR(10)&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    >>
    >>Biff
    >>
    >>"Steved" <[email protected]> wrote in message
    >>news:[email protected]...
    >>
    >>>Hello from Steved
    >>>
    >>>Cell A1 =VLOOKUP(F6,$U$2:$Z$2000,2,0) will get the Surname ie "ADDISON"
    >>>Cell B1=VLOOKUP(F6,$U$2:$Z$2000,3,0) will get the first Names ie "Mark
    >>>James"
    >>>
    >>>Ok can I get the formula to combine the both to get = "ADDISON Mark James"
    >>>
    >>>so cell A1 ="ADDISON Mark James"
    >>>or
    >>>so cell A1 ="ADDISON
    >>> Mark James" (Wrap Check box ticked)
    >>>
    >>>Thankyou.
    >>>
    >>>
    >>>

    >>
    >>
    >>


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

  16. #16
    Steved
    Guest

    Re: Is this possible please if so How. Thankyou.

    Hello aladin from Steved

    Yes much clearner Thankyou.

    "Aladin Akyurek" wrote:

    >
    > =IF(ISNUMBER(MATCH(F6,$U$2:$U$2000,0)),VLOOKUP(F6,$U$2:$Z$2000,2,0)&"
    > "&VLOOKUP(F6,$U$2:$Z$2000,3,0),"")
    >
    > Steved wrote:
    > > Hello Biff from Steved
    > >
    > > Can I impose please and ask you to take it one more stage and that is #N/A
    > > be blank.
    > >
    > > Thanks.
    > >
    > > "Biff" wrote:
    > >
    > >
    > >>Hi!
    > >>
    > >>
    > >>>so cell A1 ="ADDISON Mark James"
    > >>
    > >>=VLOOKUP(F6,$U$2:$Z$2000,2,0)&" "&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    > >>
    > >>
    > >>>so cell A1 ="ADDISON
    > >>> Mark James" (Wrap Check box ticked)
    > >>
    > >>=VLOOKUP(F6,$U$2:$Z$2000,2,0)&CHAR(10)&VLOOKUP(F6,$U$2:$Z$2000,3,0)
    > >>
    > >>Biff
    > >>
    > >>"Steved" <[email protected]> wrote in message
    > >>news:[email protected]...
    > >>
    > >>>Hello from Steved
    > >>>
    > >>>Cell A1 =VLOOKUP(F6,$U$2:$Z$2000,2,0) will get the Surname ie "ADDISON"
    > >>>Cell B1=VLOOKUP(F6,$U$2:$Z$2000,3,0) will get the first Names ie "Mark
    > >>>James"
    > >>>
    > >>>Ok can I get the formula to combine the both to get = "ADDISON Mark James"
    > >>>
    > >>>so cell A1 ="ADDISON Mark James"
    > >>>or
    > >>>so cell A1 ="ADDISON
    > >>> Mark James" (Wrap Check box ticked)
    > >>>
    > >>>Thankyou.
    > >>>
    > >>>
    > >>>
    > >>
    > >>
    > >>

    >
    > --
    >
    > [1] The SumProduct function should implicitly coerce the truth values to
    > their Excel numeric equivalents.
    > [2] The lookup functions should have an optional argument for the return
    > value, defaulting to #N/A in its absence.
    >


+ 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