+ Reply to Thread
Results 1 to 3 of 3

copy cell to another cell with text

  1. #1
    Registered User
    Join Date
    07-27-2007
    Posts
    5

    copy cell to another cell with text

    I'm not really sure how to do this here. What I have is a spreadsheet with about 10,000 songs on it and I need to add a field with the month, and year of the cd and with the track number also. I have the track number in another column and what I'm trying to do is type in the month/year code e.g. JAN07- and then I want to put the track number after that. I'm trying to not press F2 10k times and then type the corresponding number in lol. Is there a way I can just type the text in JAN07-(=A1) or something like that. Also that - is a hyphen and not a minus sign. I hope this makes sense and that someone with a little more experience can help me out with this. I'm ususally pretty good with stuff like this but I'm completely stumped on this one.

    Thx,
    Joel

  2. #2
    Valued Forum Contributor mudraker's Avatar
    Join Date
    11-10-2003
    Location
    Melbourne, Australia
    Posts
    3,983
    you could use a formula
    ="JAN07 - " &A1

    or you could use a worksheet change macro
    The column Number & letter shown in Red will need to be changed to suit

    'These instructions pre typed & are worded to cater for the novice programmer
    'To install macro to correct location

    'Copy this macro
    'GoTo Excel
    'Select sheet this is to appy to
    'Right Click on Sheet Name Tab > select View Code
    'Past macro into the Worksheet Module displayed
    Please Login or Register  to view this content.
    Please Read Forum Rules Before Posting
    Wrap VBA code by selecting the code and clicking the # icon or Read This
    How To Cross Post politely

    Top Excel links for beginners to Experts

    If you are pleased with a member's answer then use the Scales icon to rate it
    If my reply has assisted or failed to assist you I welcome your Feedback.

  3. #3
    Registered User
    Join Date
    07-27-2007
    Posts
    5
    That's exactly what I was looking for. Thank you so much for your help. I had to tweak it a little to get it to stop auto formatting the date, but I got it to work. I'm not as experienced as most people in regards to software or programming, but if you need any advice on Real Estate, Mortgage or Finance. I can help with that. Thanks again.

+ 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