465 results for All
- All Tutorials
- Video Tutorials
- Quick Tutorials
- All
- Spreadsheet
- Presentation
- Writer
465 results for All
How to insert audio in WPS Presentation
02:38How to insert audio in WPS Presentation
When giving a speech, we often need background music to set off the atmosphere. So how do we insert audio when making slides? Take this slide as an example, click the Insert tab above, and then click Audio. Here we can see Insert Audio, Link to Sound, Background Music and Link Background Music these four options. The difference between Audio and Background Music is that when we choose the Audio option, we can only hear the music when we play the slideshow where the music is inserted. B....
How to clear content format and comments for cells
01:43How to clear content format and comments for cells
When we use the WPS Spreadsheet to work, we sometimes need to clear the content of the table quickly. How can we realize it? This video could help to solve this problem. Take this transcript as an example. 1. To clear all contents within the table, select the area that needs to be cleared.2. Click the Clear dropdown button in the Home tab, and choose the All option to clear the table as needed. (Notes: We can also use the Clear function in this step. To realize it, select the area, and....
Use IF function to judge data
01:48Use IF function to judge data
The IF function can judge the specified condition and give two results when the condition is established and when it is not.Here is a staff interview form. Now we need to count the people who passed the interview quickly. If the interview score is greater than or equal to 6, the interviewee is passed, but the interviewee is unqualified if the interview score is less than 6. Here, we can use the IF function to judge the result of the interview quickly. The IF function syntax is as follo....
How to use Spell Check in WPS Presentation
01:47How to use Spell Check in WPS Presentation
The spell-check function of WPS Presentation helps us to quickly check the spelling mistakes and provides suggestions for corrections. It saves us a lot of time to proofread documents. Click the Review tab and the Spell Check button to open the Spell Check dialog. Its shortcut key is F7. In the text box on the left, we can see that some words are marked red, and these are the words that WPS Office has detected for us that may have spelling errors.Take the first wrong word "Notabel" as ....
How to repair files in WPS Presentation
02:05How to repair files in WPS Presentation
During our daily study or work, we sometimes find that the file is full of error codes or we cannot even access it. For those who use File Repair for fixing the file, restoring it to its original state won't be a problem at all. Click the Tool tab, then click File Repair.In the pop-up dialog box, click Repair damaged file to add the error file.You can also drag the file directly to the WPS Files Repair interface, which supports multi-format files such as doc, ppt, and xls. Next, WP....
How to add and set the numbering in WPS Presentation
00:55How to add and set the numbering in WPS Presentation
WPS Office is a comprehensive office suite that includes writer, spreadsheet, presentation and PDF editor all within one single software.When using WPS presentation, we may want to add numbering to make our slides look more organized. So, how can we add numbering?Select the text content that needs to be added with numbering, click the Home tab above, and then click the Numbering button. Here, we can see a variety of preset numbering provided by WPS. Click to select a style to add. If w....
Use Validation to prevent duplicate values
01:23Use Validation to prevent duplicate values
Sometimes we don't want to enter duplicate information from the collected data. We will take the unique telephone number as an example to show how to use the Validation function to prevent duplicate values.Select this column, and click Validation at Data, you can also use the shortcut Alt+D+L. Head to the Setting tab, click the Allow drop-down button and select Custom, and enter countif(D:D,D1)=1.This formula will make the value in cell D1 only appears once in column D; otherwise, ....
How to use the FILTER Function
03:15How to use the FILTER Function
Lookup and Reference functions are frequently used for processing data in a table. Today we will learn how to use the FILTER Function to filter data.This function can be used to filter a range of data based on the criteria that you specify.· Primary usage of the Filter functionTake this table as an example. Suppose we want to get the list of class 1, Select G3:G15, this is the cell range we want the result to return, so don't just select cell G3.Enter the formula: =FILTER in the ce....