+ Reply to Thread
Results 1 to 10 of 10

Adding a period to the end of cell contents

  1. #1
    Registered User
    Join Date
    03-01-2010
    Location
    Cincinnati, OH
    MS-Off Ver
    Excel 2003
    Posts
    12

    Adding a period to the end of cell contents

    Hi all,

    Is there an easy way to add a period to the end of each cell's contents in a particular column? I have a column with over 500 rows and need to add a period to the end of the data in each row. There must be an easier way to this other than manually, perhaps using VBA?

    Thanks!
    Nathan
    Last edited by ntallman; 05-13-2010 at 12:13 PM.

  2. #2
    Registered User
    Join Date
    09-26-2009
    Location
    Mississauga, Ontario (Canada)
    MS-Off Ver
    Excel 2003
    Posts
    49

    Re: Adding a period to the end of cell contents

    Can you give an example?

    Right now from what I'm thinking you could put this in a cell ="."

    Example would help though

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Adding a period to the end of cell contents

    One way......assumes data in A1:A500....

    Put this formula in B1

    =A1&"."

    and copy down to row 500 (if you place the cursor on the bottom right of B1 until you see a black "+" and then double click that will copy down automatically)

    Now copy column B and use Edit > Paste special > values to convert formulas to values

    Now you can delete the original column A

  4. #4
    Registered User
    Join Date
    09-26-2009
    Location
    Mississauga, Ontario (Canada)
    MS-Off Ver
    Excel 2003
    Posts
    49

    Re: Adding a period to the end of cell contents

    there is the =CONCATENATE(....) formula as well

  5. #5
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Adding a period to the end of cell contents

    there is the =CONCATENATE(....) formula as well
    The & between the two items is essentially concatenating the items....
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  6. #6
    Forum Contributor day92's Avatar
    Join Date
    04-20-2010
    Location
    Los Angeles
    MS-Off Ver
    Excel 360
    Posts
    600

    Re: Adding a period to the end of cell contents

    Here is a macro that will do the trick.

    Please Login or Register  to view this content.
    Let me know if you have any questions

  7. #7
    Registered User
    Join Date
    03-01-2010
    Location
    Cincinnati, OH
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: Adding a period to the end of cell contents

    Thanks everyone for your replies! I used the =A1&"." formula and it worked like a charm.

    Nathan

  8. #8
    Registered User
    Join Date
    09-04-2012
    Location
    usa
    MS-Off Ver
    Excel 2010
    Posts
    1

    Re: Adding a period to the end of cell contents

    This helps, but what if you would want the code to pick a worksheet and a column in the worksheet?

  9. #9
    Registered User
    Join Date
    09-12-2012
    Location
    Connecticut
    MS-Off Ver
    Excel for MAC 2011
    Posts
    4

    Re: Adding a period to the end of cell contents

    Can someone help with this. After using excel on and off for 10 years, I now all of a sudden have to hit the period after entering a number to get a whole number. For example if I am in a currency column and type (1,0 then enter) I get ten cents instead of ten dollars. In the past it was reversed in that I had to type (period then 1,0 then enter) to get ten cents and if I typed (1,0 then enter) I would get ten dollars.

    Is there a setting I can use to revert back to how it was. I want to type (1,0, enter) and get the dollar amount.

    This also works in regular numerical fields. I want to change it back so that I do not have to type a period after entering a number to get a whole number.

    thanks

  10. #10
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Adding a period to the end of cell contents

    Welcome to the Forum, unfortunately:

    Your post does not comply with Rule 2 of our Forum RULES. Don't post a question in the thread of another member -- start your own thread. If you feel it's particularly relevant, provide a link to the other thread. It makes sense to have a new thread for your question because a thread with numerous replies can be off putting & difficult to pick out relevant replies.
    Audere est facere

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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