How to fill in the self-identification form for graduates of general colleges and universities:
1. Always use a pen or signature pen when filling in the form. Ballpoint pens or pencils are not allowed, and the handwriting must be clear.
2. This registration form will be included in the student file. Please fill it out carefully. It is strictly prohibited to make any alterations during the filling process. If correction fluid is used, the form will be invalid.
3. All items listed in the form must be filled in truthfully and no blanks shall be left.
4. The full names of "school name", "department" and "major" on the cover of the form must be filled in.
5. The form cover and the "name" column on the first page must be filled in consistent with the ID card, household registration card and student registration card. If there is any previous name, fill it in truthfully, if not, fill in "none".
Requirements: Count the number of people in the statistics department who are in production and whose positions are master operators
The formula is:
=COUNTIFS(B2:B9,F2,C2:C9,G2)
The COUNTIFS function counts the number of cells in a conditional area that meet multiple specified conditions. Common usage is:
=COUNTIFS(condition area 1, specified condition 1, condition area 2, specified condition 2...)
2: Conditional search
The VLOOKUP function has always been a favorite among the public. The syntax of the function is:
VLOOKUP (Who are you looking for, where are you looking for, which column of content is returned, exact or approximate)
You want to query the position of the employee name in cell F5.
=VLOOKUP($F$5,$B$1:$D$10,2,0)
When using this function, you need to pay attention to the following points:
1. The fourth parameter is generally set to 0 (or FASLE) to search in exact matching mode.
2. The column number in the third parameter cannot be understood as the actual column number in the worksheet, but specifies the column in the search range of the return value.
3. If the search value is inconsistent with the data type of the data area keyword, the error value #N/A will be returned.
4. The search value must be located in the first column in the query area.
3: Multi-condition search
It is required to check that the department is production and the position is the name of the director.
The formula is:
=LOOKUP(1,0/((B2:B9=F2)*(C2:C9=G2)),A2:A9)
The writing method of multi-condition query of LOOKUP function is:
=LOOKUP(1,0/((condition area 1=condition 1)*(condition area 2=condition 2)),query area)
4: Calculate text equations
To calculate the text formula in the cell, first click on the first cell where you want to enter the formula and define the name:
Calculation = EVALUATE(C2)
Then enter the formula in the cell:
= Calculate
Recommended by the editor of Huajun Software Park
General college graduates registration form self-identificationIt is a very practical form, and most of the forms it fills out are for general purposes. If you happen to need to download the self-identification form for ordinary college graduates, please download it quickly. also,Statement of Financial Position of Real Estate Development Enterprises,Tourism area environmental quality evaluation formIt is also a good software. Welcome to click to download and experience it!
it works
it works
it works