Extract the second row of data in an Excel 2013 line-wrapping cell

Source: Internet
Author: User

Case Teaching

① start Excel2013, open the table you want to extract, and see a lot of newline cells in column D, I'm going to extract the second row of data and enter the formula in the E2 cell: =replace (D2,1,find (CHAR, D2), "")

② carriage return, get results Zhuhai. Detailed description of the formula, I at the end of the article for you to give a detailed introduction.

③ for easy input, the following use cell Fill method to complete the rest of the operation, move the mouse to the lower right corner of the E2 cell, the + number, double-click, you can quickly fill up.

Formula description

Replace (the text to be replaced, replaced by the first few of the text, how many to replace, and why): Use a different text string and replace part of the text in a text string based on the number of characters you specify.

Find (what to look for, where to find): Returns the position of the find content in the text.

CHAR (10): line feed.

First, use the Find function to locate the line break position 3 in the D2 cell, and then replace the D2 cell with the first character, replacing 3.

Classification:
  • Excel Tutorials

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.