2922 results for All
- All Tutorials
- Video Tutorials
- Quick Tutorials
- All
- Spreadsheet
- Presentation
- Writer
2922 results for All
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, ....
Use slash header to show the title name
01:25Use slash header to show the title name
Take this table as an example. When creating a table, we often need to use the Slash Header to display the title name, so how can we make a Slash Header?1. Select cell A1, right-click.2. Then select Format Cells in the popup shortcut menu. We can also use the shortcut key Ctrl+1.3. Then select Border in the Format Cells dialog box.4. Now select the slash shape icon in the border preview area, and click OK. 5. Now enter Subject in cell A1.6. Press Alt+Enter to insert a line break, and t....
Conditional Formatting to highlight top three items
01:37Conditional Formatting to highlight top three items
The Conditional Formatting function can format the cells fulfiling specific conditions. With this function, we can quickly compare data in a worksheet. The worksheet in this example records the performance of staff. What if we want to highlight the Top Three performances? When there is a large amount of data, Conditional Formatting can quickly filter the first three maximums. 1. Select cell C2. 2. Then, press Ctrl + Shift + DOWN (↓) for quick selection from cell C2 to C26 (C2:C26).3. G....
How to use the Trace Dependents function in WPS Spreadsheet
01:37How to use the Trace Dependents function in WPS Spreadsheet
When working with data tables, especially when the data is referenced multiple times, we can find potential errors by tracing dependents. Take this worksheet as an example. The net profit in the table is calculated from the total amount of sales minus the cost of purchases. Normally, it is difficult to detect if the figures are misquoted.If we want to check whether the total sales are correct, we can select the sales price in cell F8, head to the Formulas tab, and click the Trace Dep....
More features in Splitting Columns
03:06More features in Splitting Columns
When several pieces of information are filled in one cell, we often need to split it into multiple columns, and both WPS Spreadsheets and Microsoft Excel support splitting columns. Take this table as an example. In Microsoft Excel, we select the cell range of A2:A11, click the Data tab, click Text to Columns, and we can choose Delimited or Text Width to split columns manually. In addition to this original method, WPS Spreadsheets has a new feature, namely, Smart Split Columns. It has t....
Unique Features in File Collect
02:46Unique Features in File Collect
In the workplace, collecting all kinds of documents is frequently needed. At this time, a file folder is always wanted to collect what we need by sending a sharing link to others.At present, such a function is not available in other office software on the market. Fortunately, WPS launched the File Collect feature for a more efficient office experience. Here's how to use this feature. · Step 1: Create a shared folderHead to the Tools tab and click File Collect. In this interface, th....
Why error message #REF! occurs and how to solve it
03:18Why error message #REF! occurs and how to solve it
The error message "#REF" is common in table calculations. In general, there are mainly two causes. First, the referenced cells in the formula are deleted or replaced by other cells. Second, the formula references invalid cell ranges or values. Then how can we solve these problems? · The referenced cells in the formula are deleted or replaced by other cells.o The referenced cells in the formula are deleted.Take this table as an example. 1. To calculate the total sales of computers t....
Why error message #NULL! occurs and how to solve it
01:51Why error message #NULL! occurs and how to solve it
You may not know what to do if the error message "#NULL!" occurs when carrying out calculations in a table. Today, I'll talk about why the error message #NULL! occurs and how to solve it. In general, the error message "#NULL!" is caused by the lack of the reference operator in references, resulting in an empty range of references. · The formula references continuous cell range without the correct reference operator.Take this table as an example. If we want to sum up the company'....