+ Reply to Thread
Results 1 to 3 of 3

Add text to a cell value

  1. #1
    Registered User
    Join Date
    08-12-2011
    Location
    Medford,Oregon
    MS-Off Ver
    Excel 2007
    Posts
    1

    Add text to a cell value

    I was given a file in Excel that has an ID # formatted ### but in order to use this field I would like to add the letter "V" in front of the cell so it would be V###. I have tried several ways but have not been able to. I would appreciate any help; thanks so much.

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

    Re: Add text to a cell value

    Do you need the V literally or for sake of aesthetics ?

    If the latter you can simply apply a Custom Format of V#;;;V@ (not clear if ID is numeric or text)

    If you need the value literally then simplest would be to use an adjacent cell to create the reference, eg:

    Please Login or Register  to view this content.
    and then copy & paste special the values in B over the originals in A.

  3. #3
    Valued Forum Contributor tlafferty's Avatar
    Join Date
    04-08-2011
    Location
    United States, Tacoma, WA
    MS-Off Ver
    Excel 2010, Excel 2013 Customer Preview
    Posts
    1,112

    Re: Add text to a cell value

    Do you want to add the v to the actual cell contents, or just to its formatting?

    A custom format of V### will cause it to display a V.

    If you want to add a V to the values, use a formula in an adjacent cell:
    ="V"&A2

    Enter above formula in B2 and B2 will display whatever's in A2 with a V in front of it.

    If you'd like a macro to make the actual value change in the cell, let me know.
    If your question has been satisfactorily addressed, please consider marking it solved. Click the Thread Tools dropdown and select Mark thread as solved.
    Also, you might want to add to the user's reputation by clicking the star icon in the lower left corner of the post with the answer- it's why we do what we do...

    Thomas Lafferty
    Analyst/Programmer

+ 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