Excel / Outlook help...

Discussion in 'Technology' started by Phil Mitchell, Feb 13, 2007.

Users Viewing Thread (Users: 0, Guests: 0)

  1. Phil Mitchell

    Phil Mitchell check me a dollar brer?

    Joined:
    May 19, 2005
    Messages:
    8,965
    Likes Received:
    1
    Location:
    Melbourne
    Excel / Outlook help...

    I've got a massive list of names in an excel sheet that i want to import into outlook.

    at present they take this format

    Job Group | Department Name| Surname| First Name| Post Name


    I need to do the following:

    Take the first letter of the First Name, add it to the surname and add an email address on the end

    e.g

    Smith | Alan would become

    asmith@companyname.co.uk

    The email address would then be stored in a new column on this sheet.

    The column would then imported into my Outlook contacts list


    CAN IT BE DONE?????
  2. 1615634792921.png
  3. French William

    French William _________________

    Joined:
    Oct 24, 2005
    Messages:
    6,425
    Likes Received:
    0
    Location:
    Luxembourg
    Have you not got Access? Think it'd be easier in that.
  4. Phil Mitchell

    Phil Mitchell check me a dollar brer?

    Joined:
    May 19, 2005
    Messages:
    8,965
    Likes Received:
    1
    Location:
    Melbourne
    good idea

    im pretty wack at access but ill give it a go
  5. French William

    French William _________________

    Joined:
    Oct 24, 2005
    Messages:
    6,425
    Likes Received:
    0
    Location:
    Luxembourg
    There might be a way of doing it in excel with vlookup and if functions if access doesn't work.
  6. Phil Mitchell

    Phil Mitchell check me a dollar brer?

    Joined:
    May 19, 2005
    Messages:
    8,965
    Likes Received:
    1
    Location:
    Melbourne
    heres how you do it....


    In the column that you want to store the names add this:

    =concatenate(left('firstnameCellAddress',1),secondnameCellAdress,"@companyname.co.uk")

    then just drag it all the way down the list.


    just saved me typing 1100 entries into my outlook contact book :king:
  7. French William

    French William _________________

    Joined:
    Oct 24, 2005
    Messages:
    6,425
    Likes Received:
    0
    Location:
    Luxembourg
    Had just worked out the concatenate bit, but not how to get the only the first letter from the forename.

Share This Page