+ Reply to Thread
Results 1 to 5 of 5

Listing first lines of a group of cells

  1. #1
    Registered User
    Join Date
    06-06-2016
    Location
    Perth, Australia
    MS-Off Ver
    EXCEL 2007
    Posts
    3

    Listing first lines of a group of cells

    I have a column of several cells, each with text/numbers. How can I automatically create a list containing the first line of each cell?

  2. #2
    Forum Expert
    Join Date
    02-14-2009
    Location
    .
    MS-Off Ver
    ................
    Posts
    2,840

    Re: Listing first lines of a group of cells

    How are the 'lines' delimited?

  3. #3
    Registered User
    Join Date
    06-06-2016
    Location
    Perth, Australia
    MS-Off Ver
    EXCEL 2007
    Posts
    3
    Quote Originally Posted by cytop View Post
    How are the 'lines' delimited?
    Paragraphs

  4. #4
    Forum Expert
    Join Date
    02-14-2009
    Location
    .
    MS-Off Ver
    ................
    Posts
    2,840

    Re: Listing first lines of a group of cells

    On second reading, your post is still a little unclear

    =LEFT(A1, FIND(CHAR(10), A1) - 1)

    Returns the text up to the first para char but you may mean something else by 'list' - like everything in 1 cell.

  5. #5
    Registered User
    Join Date
    06-06-2016
    Location
    Perth, Australia
    MS-Off Ver
    EXCEL 2007
    Posts
    3

    Re: Listing first lines of a group of cells

    Thanks very much, that's fine.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 0
    Last Post: 02-04-2013, 03:25 PM
  2. [SOLVED] Looking for a macro/VBA that can data group rang of lines based on cells contents
    By Zadok in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-02-2012, 12:05 AM
  3. Filter group lines > 5% in new tab with criteria
    By MitchK in forum Excel General
    Replies: 0
    Last Post: 04-21-2011, 05:24 AM
  4. Listing random lines from different Tabs onto 1 Tab
    By MatthewScarf in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-03-2007, 11:35 PM
  5. Group Lines #2
    By Dr.Ile in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-05-2007, 11:17 PM
  6. Group Lines?
    By Dr.Ile in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-29-2006, 07:51 AM
  7. [SOLVED] How to roll up the group of lines?
    By R-177 in forum Excel General
    Replies: 2
    Last Post: 06-01-2006, 03:50 PM

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