1047 results for text functions
- All Tutorials
- Video Tutorials
- Quick Tutorials
- All
- Spreadsheet
- Presentation
- Writer
1047 results for text functions
Efficient statistics with statistical functions
01:48Efficient statistics with statistical functions
COUNT function and COUNTIF function are used very frequently in statistical functions. Today I'll talk about how to use these two functions. · 1. COUNT functionTake this donation list as an example. We need to count the number of cities with donation amounts. At this point, we can use COUNT function. Click cell E6, enter "=COUNT(C3-C75)," and press the Enter key to get the result. It is important to note that the COUNT function can only count the statistical cells. The forms like b....
Combine the SUBSTITUTE and LEN functions
02:57Combine the SUBSTITUTE and LEN functions
Here is a form recording the personal information of staff. How can we calculate the staff number for each department?We can combine the LENS and SUBSTITUTE functions to realize it. Before starting, let me introduce the LEN function. It can return the character number of the text.Select cell A4. Go to the formula editing box for the Insert Function button, and choose the LENS function.Since we want to know the character number in cell A2, we need to enter “A2” as the TEXT parameter. Cl....
Most-used Statistical Functions
11:28Most-used Statistical Functions
1. The SUMIF function can be used for single condition summation; according to the use of different ways, the SUMPRODUCT function can be the product of data, but also the product of the sum.2. introduced the use of the AVERAGE function, you can set a single condition to find the average, you can also set multiple conditions to find the average.3. to help you find the difference between "COUNTA", "COUNTBLANK", "COUNTIF" and "COUNTIFS
Get started with functions and formulas
10:29Get started with functions and formulas
1. Reviewed the steps to insert functions in the table, there are 3 entrances to insert functions. You do not need to remember each function, just enter the first few letters, and the system will generate an automatic association.2. shared the 3 types of formula references, namely relative, absolute and mixed references.3. shared the function of how to reference data across worksheets or workbooks.
The AVERAGE, MAXIMUM, MINIMUM functions
01:15The AVERAGE, MAXIMUM, MINIMUM functions
When we analyze the sales performance of staff, the AVERAGE, MAXIMUM, and MINIMUM functions can help a lot. The worksheet on the screen lists the personal sales performance for each staff.If we want to get the average sales, we can use the AVERAGE function. Click cell C22, and enter the formula "=AVERAGE()". Then, input "E3-G21" within the parentheses, and press Enter to get the result.If we want to know the highest sales, we can use the MAX function. Click cell E22, and enter the form....
Elementary arithmetic functions in WPS Spreadsheet
02:50Elementary arithmetic functions in WPS Spreadsheet
Today I will introduce you to introductory calculation of functions, namely addition, subtraction, multiplication and division. In the table, there are three ways to enter the function, respectively, input in the formula bar input in the cell and click Insert Function. So how can we do elementary arithmetic in the table? We can enter the corresponding symbol for the operation in the formula bar or cells. Take this table as an example, we enter "= A2 + B2" in cell C2, press the Enter ke....
Quick to learn the time and dates functions
11:58Quick to learn the time and dates functions
1. How to correctly express the time and date in the function formula2. Share the function formula to extract the year, month, day and hour, minute and second3. Real case: how to use the DATEIF function to calculate the length of service of employees4. How to convert different time units to each other
Do you really know about the Logical functions?
11:52Do you really know about the Logical functions?
1.We only need to set the logical value in advance, we can use the IF function to quickly determine whether the data meet the conditions.2. When we want to meet more than one condition at the same time, we can use the AND function; when we want to meet only one of the conditions in the case of multiple conditions, we can use the OR function.3. share how to use the function combination of IF+AND+OR in practical work.