+ Reply to Thread
Results 1 to 7 of 7

Cell Inputting

  1. #1
    Registered User
    Join Date
    08-04-2009
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    32

    Cell Inputting

    Hi All
    Can anyone tell me if its possible to input some ones initials into a cell and when you hit enter, their full name is displayed instead of the initials:
    ie input FB and the same cell displays Fred Bloggs ?

    Many Thanks
    Supdem
    Last edited by Supdem; 10-05-2009 at 10:36 AM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,627

    Re: Cell Inputting

    Can you use second column (and, of course, list of predefined initials).

    Book1.xls

  3. #3
    Registered User
    Join Date
    08-04-2009
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    32

    Re: Cell Inputting

    Thanks Zbor

    I had thought of your idea, but was hoping for the cell itslef to chnage form initals to name. The nearest I could come up with is shown on the attached spreadsheet. It actually does work for large characters ie like C, G, K etc but falls flat on narrow letters like I or J.

    So as far as youre aware, is there no way to turn FB into F Bloggs using some form of Vlookup?

    Cheers.
    Attached Files Attached Files

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,627

    Re: Cell Inputting

    You can do something like this perhapes?

    Book1a(1).xls

  5. #5
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Cell Inputting

    You can use Defined Names (bad turn of phrase perhaps)

    Name: FB
    refersTo: F Bloggs

    You can then enter

    =FB

    and it will return F Bloggs

    If that's what you mean ?

    Else you're looking at VBA (Change Event) to do the LOOKUP calc in memory and return just the result to the cell.

  6. #6
    Registered User
    Join Date
    08-04-2009
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    32

    Re: Cell Inputting

    Thanks Zbor
    Interesting, looks useful that, Ive never used that function before, but it still means inputting intials in one cell and the result appearing in 2 others, so at any one time you'll have eg:
    FB and F Bloggs
    showing on the spreadsheet.

    If a function cant do this, do y ou know if VBA could read in the contents of a cell, ie FB, and output F Bloggs to the same cell?

    CHeers

  7. #7
    Registered User
    Join Date
    08-04-2009
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    32

    Re: Cell Inputting

    Ahhhhhh! Right Donkeyote, I've got you - there might be some mileage in that, so I'll need one per each name on my list and all my users have to do is put an "=" before their intials!

    Cheers, much appreciated.
    Thanks also for your help Zbor

+ 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