Download WPS Office for your device
Choose Windows, Mac, Linux, Chromebook, Android, or iOS.

Download WPS Office for All Platforms
Find your device and get the right version
- Choose your platform
- Download WPS
- Install and launch
Search Results
462 results for how to import functions from another python file
- All Tutorials
- Video Tutorials
- Quick Tutorials
- All
- Spreadsheet
- Presentation
- Writer
462 results for how to import functions from another python file
How to start auto numbering from 1
01:45How to start auto numbering from 1
Sometimes the paragraphs must be automatically numbered to make the text more logically acceptable.For example, we are typesetting the paper. And according to the typesetting requirements, the heading doesn't need to be numbered, while the body part does, and each numbering starts from 1. How can we operate?1. Let's number the body part first. Hold down the Ctrl key, and press the left mouse button to select discontinuous body parts. Then click Home and Numbering. We can see th....
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
How to crop a PDF file
01:41How to crop a PDF file
PDF is a common file format at work, which cannot be easily modified. If we want to delete a part of the page quickly, we can use the Crop function for WPS VIP members. Take this file as an example. We can see the proportion of the text and margins is obviously out of harmony. How can we adjust it? · Step 1You can find crop page in the Edit tab. Also, you can click crop page in the Page tab. When the dotted lines appear around the page, click Auto Cropping, and WPS Office will automati....
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
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....
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....
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....