The Excel formula counts all the corresponding data according to the code

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

    First of all, in **, determine the cell you want to enter the number and the cell that displays the query result, the cell that enters the number is used to enter the number directly, there is nothing special. The cells that display the query results are the ones we need to use to achieve the purpose.

    So what function can query the results we need? Let's take a look at the function vlookup(), which is used to find the specified value in the first column of ** or an array of values, and thus return the value specified in the current row of ** or the array.

    Let's demonstrate the use of this function in detail, select a cell in the cell that needs to display the result, select g2 in the demo, and then enter =vlookup(parameter 1, parameter 2, parameter 3, parameter 4).

    There are four parameters in this function, the first parameter is to find the value, in the example we are based on f2 to query, enter f2 and you're good to go. The second parameter is the data table, which is the range in the table to query, in the example, our ** is a1:d6, then enter this range.

    The third parameter is which column of values we want to display, we want to display the name, so enter 3. The fourth parameter is a fuzzy query or an exact query, enter 0 is a fuzzy query, enter 1 is an exact query, and generally we enter 1

    Each parameter is separated by a comma, and pressing enter after entering is a string of garbled characters.

    It is normal, because no number is entered, so the query result is garbled.

    Now let's check whether the function is used correctly, enter the existing number in the position of f2, we enter the number 3, and the result is immediately displayed as Li Keer, indicating that the query is successful, this function is very useful, it can be used in many occasions, I hope you can be proficient.

  2. Anonymous users2024-02-14

    First of all, there must be a data table with all the information, for example, in A1:D1000 in Sheet2, column A is the tax number of the enterprise, column B is the information of so-and-so, column C is the name of the business, column D is another so-and-so information, and so on.

    You enter any corporate tax ID number in cell A2 of Sheet1 and the formula in cell B2 (note that it is in English format).

    vlookup(a2,sheet2!$a$1: $d$1000,3,) as long as the tax number of A2 is changed, B2 will automatically change.

    The 3 in the formula refers to the third column from the tax ID number column to the bottom.

    Others are similar.

  3. Anonymous users2024-02-13

    Enter the formula =index(f:f,min(if((value(j3)>=value(d$3:d$100))*value(j3)<=value(e$3:

    e$100)),row($3:$100)))""

    For array formulas, press Ctrl+Shift+Enter to end the formula, so that curly braces will be generated before and after the formula.

  4. Anonymous users2024-02-12

    The coding range of the experience voucher is automatically filled in by entering the code in Table 2

  5. Anonymous users2024-02-11

    You can try the vlookup function, the specific method is OK, the encoding in Table 2 must be sorted before it works.

  6. Anonymous users2024-02-10

    The formula can be used for the upstairs two-digits. Their formula will do. It should be noted that the array formula needs to be terminated by pressing the three buttons. To what extent, you also need to see that there are blank cells appearing.

    If you want to get dynamic results, you can solve it.

  7. Anonymous users2024-02-09

    1. We enter the formula =1+2 in cell B3 and 3 in cell C3

    2. Ctrl+F to open the "Find and Replace" dialog box. We select "Formula" in the search field and enter "3" in the search content.

    3. Select "Formula" in the search range and enter "1" in the search content, you can find that the formula containing 1 is also found, and the non-formula numerical cell containing 1 is also found.

    4. Ctrl+F to open the "Find and Replace" dialog box. We select "Numeric Value" in the search range and enter "3" in the search content, and we can find that the search range is "Numeric".

    5. The search range "value" and "formula" are for the cells containing the formula, and we ignore the formula itself when looking for the range "value", and only find the result obtained by the formula when looking for the "formula", and we look for the formula itself when looking for the "formula", and ignore the result obtained by the formula.

  8. Anonymous users2024-02-08

    In cell F5, enter:

    i5*vlookup(j5,d$25:e$34,2,0)

    Just pull down Enter.

  9. Anonymous users2024-02-07

    I don't understand your question, such as b4=14 in this question, do you want to return 4 of a4? The title is not clearly stated, so I can't help.

  10. Anonymous users2024-02-06

    It's a good idea to add a column to connect adjacent data with a symbol in between.

    Two-column formula:

    concatenate(a1,"+",a2)=countif(b:b,b2)

  11. Anonymous users2024-02-05

    Why 1 above? Assuming your last 1 is in line 21, then your data can be calculated using the formula:

    countif(h1:h20,9) +countif(h1:h20,10)

  12. Anonymous users2024-02-04

    =sum(n(iferror(($h$2:$h$1000=1)*(h$1:$h$1999)=,))

    Array functions, three-key inputs.

    Please click Enter a description.

  13. Anonymous users2024-02-03

    Programming writes can be handled, documentation is required.

  14. Anonymous users2024-02-02

    VlookUp definitely doesn't work, VlookUp can only look up one keyword, you can use sumproduct

    d8 input. sumproduct((a$1:a$5=a8)*(b$1:b$5=b8)*(c$1:c$5=c8)*(d$1:d$5))

    Drop-down formula filling.

  15. Anonymous users2024-02-01

    In d8, enter:

    vlookup(a8,$a$1:$d$5,4,0)

    Drop down and copy the formula to d12.

  16. Anonymous users2024-01-31

    Add a helper column in column C, enter the following formula, and fill down the formula=B1&IF(CountIF(A2:A$19,A1)> then enter "Wrap Link" in D1, enter the following formula=VLOOKUP(D1,A:C,3,0) in cell E1

    See attached drawings for details.

  17. Anonymous users2024-01-30

    In fact, there is no need to be so troublesome about the statistics and details of a certain column, and you can make it with the basic functions of perspective charts.

Related questions
6 answers2024-08-08

Extract the year with the formula in sheet2 and then count it, =if(sheet1!d2="","",if(iserror(--right(left(sheet1!d2,find("$",substitute(sheet1! >>>More

10 answers2024-08-08

h1:i1=7:3 It is not independent, please provide the condition with other numbers of horizontals?

10 answers2024-08-08

The indirect function returns a reference to the specified string. >>>More

4 answers2024-08-08

I need to set up secondary columns to do so.

If your table only has two columns of ab, I need to do auxiliary calculations in columns h to k, and output sorted data in columns d to f. (Of course, if you don't want to see the part that aids the calculation in the data table, you can move it to another page such as sheet2). >>>More

9 answers2024-08-08

Tool: Office 2013

Here's how to do it: As shown in the following figure, ignore the errors detected by the formula: >>>More