+ Reply to Thread
Results 1 to 3 of 3

function to get specified part of a cell contents

Hybrid View

  1. #1
    Registered User
    Join Date
    04-28-2010
    Location
    johannesburg south africa
    MS-Off Ver
    Excel 2007
    Posts
    4

    function to get specified part of a cell contents

    I hope someone can help... I have a column of about 100 cells containing 13 digit numbers. in the next column, i want to write and copypaste a formula that will select the first 6 digits of each 13 digit number and display these first 6 digits only. it must be possible, but i can't figure it out. no decimals involved.

  2. #2
    Forum Contributor
    Join Date
    09-21-2009
    Location
    Belgium - Mechelen
    MS-Off Ver
    Office 365 - version 2310
    Posts
    278

    Re: function to get specified part of a cell contents

    If your 13 digit is in cell A1 , then type in cell B1 the following function :

    =LEFT(A1;6)
    or
    =LEFT(A1,6)
    dont know if you need a comma or a semicolon.Depends on the region i think.
    See your helpfile for more info.
    After that you can copy and pastespecial the values into another column.

  3. #3
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: function to get specified part of a cell contents

    moved to Excel Worksheet Functions.

    @mieliepap: please make sure that you are in a question forum when you start a new thread.

+ 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