+ Reply to Thread
Results 1 to 2 of 2

Format Number in A Cell

  1. #1
    Registered User
    Join Date
    05-27-2008
    Posts
    1

    Format Number in A Cell

    yea, so easy problem probably.....

    but i want to apply a formatting stipulation to a column on a spreadsheet to format the numbers like "2007-132" and "2007-076"

    The problem i am running into is getting the proper place holders in the right place....because i when i type 200776 i want it to appear "2007-076"...any ideas??

  2. #2
    Forum Expert Simon Lloyd's Avatar
    Join Date
    03-02-2004
    Location
    locked in the cage
    MS-Off Ver
    All the ones my homepage shows
    Posts
    3,161
    You can do it via formula something like in column B:
    =LEFT(A1,4) & "-" & RIGHT(A1,LEN(A1)-4)
    then copy down all the values in column A will appear in column B as 2007-076 format.
    Not all forums are the same - seek and you shall find

+ 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