How do you use the function to automatically display the name of the head of the household in the fr

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

    Since the position of the name of the head of household in your table is not fixed (not the first name of each household), it is not possible to use the formula for batch processing. It is recommended to open the ** you need, enter the VBA machine (alt + f11), select the insert-module, paste the following **, and run it. Note:

    **The format must be the same as shown in the image above. If Excel doesn't allow you to run macros, go to Excel's Tools-Options-Security-Macro Completeness and lower the security.

    sub Add the name of the head of household ().

    dim guanxi as string, xingming as string

    c3].select

    guanxi =

    while guanxi <>""

    while guanxi = "Head of household"

    xingming = , 1).value, -2).select

    xingming

    2).select

    guanxi =

    0).select

    guanxi =

    wendend sub

  2. Anonymous users2024-02-14

    Select the blank area in column A and enter the formula:

    if(c3="Head of household",b3,"")

    Press Ctrl+Enter.

  3. Anonymous users2024-02-13

    Select the second row, click Filter, and then click the Relationship with Household Head cell to filter, filter the filter condition "Household Head", select the names of all household heads and copy them to the Household Owner Name column.

  4. Anonymous users2024-02-12

    Enter =if(c2=) directly in cell d2"Head of household",b2,""), then plant the filling, and you're good to go.

  5. Anonymous users2024-02-11

    D2 input.

    lookup(1,0/(($a$2:a2=a2)*(c$2:c2="Head of household")),b$2:b2)

    Drop-down formula.

  6. Anonymous users2024-02-10

    You first list a complete data corresponding to the format on your figure, according to the department and job title** (assuming the table name is sheet1, the department is in column A, the title is in column B, the basic performance is in column C, and the reward performance is in column D, and write out the basic performance and reward performance corresponding to all departments and titles).

    Then you can enter the formula array formula in the E2 cell of ** in your figure (that is, the next row of the basic performance), press the shift+ctrl+enter three keys to end the input, pull the copy formula to the F2 cell, and then pull down the copy formula together.

  7. Anonymous users2024-02-09

    Steps to Resolve:

    1.First, build a performance comparison table for the title of each department, and assume that the comparison table is a sheet1 table, as shown in the following figure:

    2.Assuming that the table provided by the landlord is sheet2, enter the formula: in e2

    sumproduct((sheet1!$a$2:$a$100=$c2)*(sheet1!$b$2:$b$100=$d2)*sheet1!c$2:c$100)

    Pull right fill, pull down fill.

  8. Anonymous users2024-02-08

    First: Use the sumif function:

    sumifs(e:e,b:b,h2,c:

    c,i2,d:d,j2)=sumifs(f:f,b:

    b, h2, c:c, i2, d:d, j2)

    Use the vlookup function:

    The array formula ends with alt+shift+enter].

    The array formula ends with alt+shift+enter].

    It is recommended to use the first type, when the data of the array formula is large, the operation will be stuck.

  9. Anonymous users2024-02-07

    The question typed so many words or don't know what your results are asking for?

  10. Anonymous users2024-02-06

    It's simple to meet the name, and you can directly use the vlook function nine if you have a list of names.

  11. Anonymous users2024-02-05

    Yes, take a screenshot of the data area, including the row and column numbers.

  12. Anonymous users2024-02-04

    Just write it in pinyin order.,This can be modified.。

  13. Anonymous users2024-02-03

    It has been verified that it is possible to change the formula a1 to t1 in the question, but pay attention to add an absolute reference to the column, i.e. t1 should be changed to $t1, because when the formula is pulled right, t1 will become u1, v1, w1, etcBy adding an absolute reference symbol to a column, t1 will remain unchanged.

    With the ton, as the separator, the formula:

    trim(mid(substitute($t1,"、",rept(" ",50)),column(a1)*50-49,50))

    Take the oblique bar separator, formula:

    trim(mid(substitute($t1,"/",rept(" ",50)),column(a1)*50-49,50))

Related questions
6 answers2024-08-07

hcomm=createfile(port, generic_read and generic_write,0, null, open_existing,file_attribute_normal and file_flag_overlapped,null); >>>More

7 answers2024-08-07

Compound interest. The concept is that the interest earned is also calculated at a certain interest rate, which is the rolling interest. For example, with one year as the interest-bearing period, the interest rate of 5%, assuming that the principal of 10,000 yuan in this way is the total amount of principal and interest received in this way is the first year of s, s1 = 10000 * (1 + 5%) the second year, s2 = 10000 * (1 + 5%) * 1 + 5%)...In the fifth year, s=10000*(1+5*) 5 is (1+5%), and the interest rate after 5 years of compound interest is hoped that you are satisfied. >>>More

10 answers2024-08-07

Horizontal top or top top of the page?

Hitting directly is horizontally topped. >>>More

24 answers2024-08-07

I'm not a master, I'm just an amateur! If you are not a professional athlete, you don't have to be too obsessed with shooting movements, including professional athletes, there are many people whose postures are very non-standard, just find the posture that you think is most suitable for you. >>>More

17 answers2024-08-07

For example, it is proved that when n, the limit of lim 1 n is 0, and the limit definition is; For any given positive number, there is always a positive integer n, such that when n > n, all x, inequalities [xn-a]< are true, and the lateral constant a is its limit. My questions are:1. >>>More