Teach you about the problem of excel data extraction a question that directs to a person .

Updated on technology 2024-02-08
17 answers
  1. Anonymous users2024-02-05

    =if(or(--right(int(abs(a1-b1)),1)=),0,if(or(--right(int(abs(a1-b1)),1)=),1,2))

    If you want to equal other numbers, then you can fill in the number you want to equal to

  2. Anonymous users2024-02-04

    Is it a file of hundreds of worksheets, if so, just take the problem as the content (the subject of the email must contain "excel", I use this as a basis to identify non-spam, so as not to delete by mistake), and the excel sample file (show the current situation and target effect, and explain how to get the target effect from the current situation) as an attachment to see it.

  3. Anonymous users2024-02-03

    The mid function is a find function that starts from extracting the specified position and finds the location of the string with a specified length.

    " can be represented as find(":", a1) can be represented as find(":", a1)-1, which has a length of 1

    So the formula is:

    mid(a1,find(":", a1)-1, 1) and then pull down.

  4. Anonymous users2024-02-02

    Wait and see, I'll start with my thoughts, if your circled number is 9 digits, you can do it all at once.

  5. Anonymous users2024-02-01

    You can use the formula:

    sumproduct((Condition 1)*(Condition 2)*(Condition 3)*(Statistical Value Area)).

    Wherein: Condition 1, Condition 2, (can be increased as needed, and the middle is operated with a multiplication sign *) is:

    a1:a1000=2014/9/3

    b1:b1000="c"

    c1:c1000=123

    The statistical value area is.

    f1:f1000

    This is an example, of course, where the data types need to match (you can also put the data you are looking for in a cell, so that you can change the data you are looking for at any time).

  6. Anonymous users2024-01-31

    The same will be in excel.

    How to extract each line of the copy content:

    Tools Raw materials.

    win7 system computer office2010

    1. First open the Excel software, find the data that needs to be operated (here is A2:A10), and extract the duplicate data to a specific location (here is E2:E10).

    2. Use the mouse to select all the contents of e2:e10.

    3. Type the formula in the middle column: =if(countif($a$2:a2,a2)>1,a2,"")。

    4. Press the "Ctrl+Enter" on the keyboard to get the result.

  7. Anonymous users2024-01-30

    1.Open the list that needs to be processed, as shown in the figure, you can see that there are two parts of the same in the upper and lower data tables, in order to facilitate the explanation and final comparison, the data can be seen at a glance, but in the actual operation, the general data is more messy.

    2.Add a secondary title block to the right of the original data list by copy-pasting, and the same part will be displayed there.

    3.In the toolbar, find "Data" - filter "- Advanced".

    5.Select another set of data in the Conditional Area.

    6.In the dialog box, select Copy filter results to another location

    7.In the "Copy to" column, select the secondary toolbar added in step 2.

    8.Click OK to finish.

  8. Anonymous users2024-01-29

    Use a filter and you're good to go.

    Data Filtering Automatic filtering.

    Then click on the small triangle of the address column to appear in the drop-down menu, and select Custom to appear in the dialog box.

    Select "Include" from the drop-down menu on the left, and enter Beijing on the right.

  9. Anonymous users2024-01-28

    You enter =vlookup($a 3,sheet1!) in b3 of sheet2$a:$e,column(),false) first fill the formula to the right, and then fill the formula downward.

  10. Anonymous users2024-01-27

    Depending on the situation:

    1. If the data is just dead, you can directly copy and paste it in another worksheet;

    2. If the data is changing, or there is a formula, enter the equal sign "=" on the corresponding cell of the worksheet that needs to quote the data, then click on the worksheet of the referenced data, select the data cell and click, and press the enter key to complete the data extraction.

  11. Anonymous users2024-01-26

    vlookup function.

    vlookup(b3,sheet1!b: e,3,false) (if: Table 1 quotes the selling price from Table 2, taking the trade name as an example).

    vlookup(b2,sheet2!b2:d5,3,false) (if: Table 2 uses the purchase price from Table 1, and the trade name is a keyword for example).

  12. Anonymous users2024-01-25

    It can be done like this:

    b3=vlookup($a3,sheet1!$a:$e,column(b3),)

    Copy right down.

  13. Anonymous users2024-01-24

    Function: It is to extract the first character from the left, take a few digits, =left(a1,11) that is, take the first 11 characters;

    Function: start from the first digit, extract the digits, =mid(a1,1,4), that is, from the first digit, take 4 bits;

    Function: It is to extract the number of digits from the right, that is, to extract the number of digits from the back to the front, and =right(a1,3) to take the last 3 digits.

    There are many methods, depending on the specific data, it is a fixed first 11 characters, and it is the right choice to use the left function directly.

  14. Anonymous users2024-01-23

    Solution:

    1. If you want to modify the data in this column directly: then select the column - select "" - replace " - > search content on the excel menu and fill in "-g"; "Replace with" is not filled in - > "Replace all".

    2. If you want to generate new data in other free columns (such as data in column A, column D in free column), enter =left(A1,11) in cell D1 and then pull down to copy.

  15. Anonymous users2024-01-22

    If your data is as you listed then canonical (the same character length), you can use the formula to complete column f = left(e1,1).

    Column g = mid(e1,8,1).

    Column H = mid(E1,10,4).

  16. Anonymous users2024-01-21

    Data is a column, with a separator of "-".

  17. Anonymous users2024-01-20

    The steps to extract the first few digits in Excel are as follows:

    1. Open the required excel**.

    2. If you need to extract the first two digits on the left side of the numbers in column A, enter =left(A1,2) in column B1, "left" means that you need to extract numbers from the left, "A1" means the number column you want to extract, and "2" means the number of digits you want to extract, and then press Enter.

    3. After success, you need to extract the number of column A, just click on the B1 grid, a solid black dot will appear in the lower right corner, left-click the black dot and drag it down.

    4. If you need to extract the last 5 digits on the right side of the numbers in column A, enter =right(A1,5) in the B1 column, "right" means that you need to extract the numbers from the right, "A1" means the number column you want to extract, and "5" means the number of digits you want to extract, and then press Enter, click B1 and drag down.

    5. If you need to extract the middle 2 digits of the numbers in column A starting from the 4th digit on the left, enter =MID (A1,4,2) in the B1 column, "MID" means that you need to extract the middle number, "A1" means that you want to extract the number column, "4" means that you need to extract the 2nd digit from the 4th digit, "2" means that you need to extract two digits, and then press Enter, click B1 and drag down.

    6. If you want to extract the date of birth in the ID number, you can enter =mid(A2,7,4)& in the B2 column"years"&mid(a2,11,2)&"month"&mid(a2,13,2)&"day" ,&"years"That is, add the year after the data, and the rest is the same, just drop down the carriage enter.

Related questions
6 answers2024-02-08

I believe that many users of brands of PCs know that many of today's PCs come with a one-click recovery function, right? In fact, this function is not very complicated, it is just a specific program pre-written in a specific area of the hard disk, and then with the operation method of the graphical interface to achieve this so-called one-click recovery function. But many PCs in the past do not have this function, even now some PCs do not have this function, so we reinstall the system is a little troublesome, to know that reinstalling a system does not mean just installing a windows for such a short time (generally half an hour to 1 hour can be), after installing the operating system, but also to install a series of drivers, such as graphics card, motherboard, modem and other drivers, There is also the patch of the operating system itself, because after you buy the PC, Microsoft's patches are still launched, so these are very time-consuming, and finally, you have to reinstall a series of application software, after tossing these, it really can't be completed in half a day, so it is not a wise choice to reinstall the system step by step. >>>More

10 answers2024-02-08

Books can basically be bought, except for the books of (19-1)x, the specific method: >>>More

7 answers2024-02-08

I don't understand what you're talking about, but you've probably just learned to shop online. Look at what you said, you should have sent the money to the seller through Alipay, and the seller chose the "consignor pays postage" when you ship the goods, so the courier did not collect it from you. >>>More

10 answers2024-02-08

China's "People's Bank of China Law" stipulates that the institution that confirms the authenticity of the renminbi is the bank, and the confiscation of counterfeit currency belongs to the bank, and the public security department or any other unit or individual has no right to confiscate it, but the commercial service departments have the obligation to assist the bank in discovering and confiscating the counterfeit currency. That is to say, if the general public or the financial and accounting personnel of the unit find "counterfeit money" (actually suspicious money) when receiving and paying cash, they should first detain the "fake money" and then send it to the bank for identification in time. >>>More

18 answers2024-02-08

If there is a thief, then the command must be added. The defense is also pointed. An eye for an eye is not necessary, this is already obsolete. >>>More