Home Topics excel How to extract specified fields in excel

How to extract specified fields in excel

Apr 26, 2021 am 11:17 AM
excel

Method: First select "Formula" on the top toolbar and click "Insert Function"; then enter "left" in the "Find Function" input box and select "OK"; then enter the "String" text In the box, enter the name of the cell where the characters need to be extracted, and in the "Number of Characters" text box, enter the number that needs to be extracted; finally click "OK".

How to extract specified fields in excel

The operating environment of this tutorial: windows7 system, WPS Office 2019 version, Dell G3 computer.

The left function is used to extract the cell content. The syntax structure is LEFT(text, num_chars)

  • text represents the data we want to extract

  • num_chars indicates how much content to extract

The MID function is to extract a specified number of characters from a string. The syntax structure is MID(text, start_num, num_chars).

  • textThe extracted characters

  • start_numThe number from the left to start extracting (expressed in numbers)

  • What is the length of num_chars extracted from left to right (expressed in numbers)

Example:

Need to extract the downloaded phone number Top 3.

How to extract specified fields in excel

First open the formula option on the top toolbar, click Insert formula

How to extract specified fields in excel

Enter the required formula in the search function bar Formula, the formula we need is the left formula, just enter left in the text box and press OK.

How to extract specified fields in excel

How to extract specified fields in excel

We enter the string to extract characters in the first text box, and enter the required characters in the second text box Extract the number and click OK.

How to extract specified fields in excel

How to extract specified fields in excel

Related learning recommendations: excel tutorial

The above is the detailed content of How to extract specified fields in excel. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to filter more than 3 keywords at the same time in excel How to filter more than 3 keywords at the same time in excel Mar 21, 2024 pm 03:16 PM

How to filter more than 3 keywords at the same time in excel

What should I do if the frame line disappears when printing in Excel? What should I do if the frame line disappears when printing in Excel? Mar 21, 2024 am 09:50 AM

What should I do if the frame line disappears when printing in Excel?

How to type subscript in excel How to type subscript in excel Mar 20, 2024 am 11:31 AM

How to type subscript in excel

How to change excel table compatibility mode to normal mode How to change excel table compatibility mode to normal mode Mar 20, 2024 pm 08:01 PM

How to change excel table compatibility mode to normal mode

How to set superscript in excel How to set superscript in excel Mar 20, 2024 pm 04:30 PM

How to set superscript in excel

Where to set excel reading mode Where to set excel reading mode Mar 21, 2024 am 08:40 AM

Where to set excel reading mode

How to use the iif function in excel How to use the iif function in excel Mar 20, 2024 pm 06:10 PM

How to use the iif function in excel

How to read excel data in html How to read excel data in html Mar 27, 2024 pm 05:11 PM

How to read excel data in html

See all articles