Several commonly used functions in Excel (2)

1. Cell count COUNTIF(range, "condition")

2. Find the maximum value MAX (range)

3. Find the minimum value MIN(range)

 4. Absolute value  ABS (the cell where the parameter is located)

5. Round INT (the cell where the parameter is located)

 

6. Calculate the completion rate IFERROR (parameter/parameter, "")

 7. Conditional sum SUMIF (area, condition, summation area)

8. Circled serial number UNICHAR(ROW(B9312)

9. Merge the data in two cells into one cell, parameter 1¶meter 2

 

10. Merge a column of names into one cell  PHONETIC (range)

Guess you like

Origin blog.csdn.net/m0_66411584/article/details/122530003